Html Css Color HEX #CA6DEE Heliotrope

📋 copy color: '#CA6DEE'

red 202 ◦ green 109 ◦ blue 238

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

Shades of Heliotrope #CA6DEE

Tints of Heliotrope #CA6DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.35%

R = 36.79%
G = 19.85%
B = 43.35%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA6DEE (or 0xCA6DEE) is known color: Heliotrope. HEX triplet: CA, 6D and EE. RGB value is (202,109,238). Sum of RGB (Red+Green+Blue) = 202+109+238=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DEE is #359211. Grayscale: #979797. Windows color (decimal): -3510802 or 15625674. OLE color: 15625674.

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

Color convert

RGB 202 109 238 -
CMYK 0.15 0.54 0 0.07
HSL 283.26º 0.79% 0.68% -
HSV(B) 283.26º 0.54% 0.93% -
XYZ 45.26 29.67 84.23 -
YUV 151.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 202 109 238 0.15 0.54 0 0.07 283.26 0.79 0.68
Hex CA 6D EE F 36 0 7 11B 4F 44
Octal 312 155 356 17 66 0 7 433 117 104
Binary 11001010 1101101 11101110 1111 110110 0 111 100011011 1001111 1000100

Color Harmonies of #CA6DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DEE

Black with #CA6DEE

Text Example


Text Example

White with #CA6DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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