Html Css Color HEX #CA6DE9 Heliotrope

📋 copy color: '#CA6DE9'

red 202 ◦ green 109 ◦ blue 233

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

Shades of Heliotrope #CA6DE9

Tints of Heliotrope #CA6DE9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.04%

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

R = 37.13%
G = 20.04%
B = 42.83%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA6DE9 (or 0xCA6DE9) is known color: Heliotrope. HEX triplet: CA, 6D and E9. RGB value is (202,109,233). Sum of RGB (Red+Green+Blue) = 202+109+233=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DE9 is #359216. Grayscale: #969696. Windows color (decimal): -3510807 or 15297994. OLE color: 15297994.

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

Color convert

RGB 202 109 233 -
CMYK 0.13 0.53 0 0.09
HSL 285º 0.74% 0.67% -
HSV(B) 285º 0.53% 0.91% -
XYZ 44.53 29.38 80.41 -
YUV 150.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 202 109 233 0.13 0.53 0 0.09 285 0.74 0.67
Hex CA 6D E9 D 35 0 9 11D 4A 43
Octal 312 155 351 15 65 0 11 435 112 103
Binary 11001010 1101101 11101001 1101 110101 0 1001 100011101 1001010 1000011

Color Harmonies of #CA6DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DE9

Black with #CA6DE9

Text Example


Text Example

White with #CA6DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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