Html Css Color HEX #CA6AED Heliotrope

📋 copy color: '#CA6AED'

red 202 ◦ green 106 ◦ blue 237

#CA6AED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CA6AED

Tints of Heliotrope #CA6AED

RGB

 RED value IS 202 (79.3% from 255) = 37.06%

 GREEN value IS 106 (41.8% from 255) = 19.45%

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 37.06%
G = 19.45%
B = 43.49%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA6AED (or 0xCA6AED) is known color: Heliotrope. HEX triplet: CA, 6A and ED. RGB value is (202,106,237). Sum of RGB (Red+Green+Blue) = 202+106+237=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA6AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6AED is #359512. Grayscale: #959595. Windows color (decimal): -3511571 or 15559370. OLE color: 15559370.

HSL color Cylindrical-coordinate representation of color #CA6AED: hue angle of 283.97º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA6AED is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 106 237 -
CMYK 0.15 0.55 0 0.07
HSL 283.97º 0.78% 0.67% -
HSV(B) 283.97º 0.55% 0.93% -
XYZ 44.8 28.98 83.35 -
YUV 149.64 177.3 165.35 -
System Red Green Blue C M Y K H S L
Decimal 202 106 237 0.15 0.55 0 0.07 283.97 0.78 0.67
Hex CA 6A ED F 37 0 7 11C 4E 43
Octal 312 152 355 17 67 0 7 434 116 103
Binary 11001010 1101010 11101101 1111 110111 0 111 100011100 1001110 1000011

Color Harmonies of #CA6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6AED

Black with #CA6AED

Text Example


Text Example

White with #CA6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6AED; }

 p { color: rgb(202,106,237); }

 H1.HeaderClassName
 {
   color: #CA6AED;
 }
 .AnyTagClassName
 {
   color: #CA6AED;
 }
</style>

background-color css

<style>
 a { background-color: #CA6AED; }

 a { background-color: rgb(202,106,237); }

 div.DivClassName
 {
   background-color: #CA6AED;
 }
 .BgClassName
 {
   background-color: #CA6AED;
 }
</style>

border-color css

<style>
 span { border-color: #CA6AED; }

 span { border-color: rgb(202,106,237); }

 td.TdClassName
 {
   border-color: #CA6AED;
 }
 .TagClassName
 {
   border-color: #CA6AED;
 }
</style>