Html Css Color HEX #CA68E9 Heliotrope

📋 copy color: '#CA68E9'

red 202 ◦ green 104 ◦ blue 233

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

Shades of Heliotrope #CA68E9

Tints of Heliotrope #CA68E9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.29%

 BLUE value IS 233 (91.41% from 255) = 43.23%

R = 37.48%
G = 19.29%
B = 43.23%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA68E9 (or 0xCA68E9) is known color: Heliotrope. HEX triplet: CA, 68 and E9. RGB value is (202,104,233). Sum of RGB (Red+Green+Blue) = 202+104+233=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA68E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68E9 is #359716. Grayscale: #939393. Windows color (decimal): -3512087 or 15296714. OLE color: 15296714.

HSL color Cylindrical-coordinate representation of color #CA68E9: hue angle of 285.58º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA68E9 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 104 233 -
CMYK 0.13 0.55 0 0.09
HSL 285.58º 0.75% 0.66% -
HSV(B) 285.58º 0.55% 0.91% -
XYZ 44.02 28.34 80.24 -
YUV 148.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 202 104 233 0.13 0.55 0 0.09 285.58 0.75 0.66
Hex CA 68 E9 D 37 0 9 11E 4B 42
Octal 312 150 351 15 67 0 11 436 113 102
Binary 11001010 1101000 11101001 1101 110111 0 1001 100011110 1001011 1000010

Color Harmonies of #CA68E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68E9

Black with #CA68E9

Text Example


Text Example

White with #CA68E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68E9; }

 p { color: rgb(202,104,233); }

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

background-color css

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

 a { background-color: rgb(202,104,233); }

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

border-color css

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

 span { border-color: rgb(202,104,233); }

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