Html Css Color HEX #CA6BEE Heliotrope

📋 copy color: '#CA6BEE'

red 202 ◦ green 107 ◦ blue 238

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

Shades of Heliotrope #CA6BEE

Tints of Heliotrope #CA6BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.56%

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

R = 36.93%
G = 19.56%
B = 43.51%

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

#CA6BEE (or 0xCA6BEE) is known color: Heliotrope. HEX triplet: CA, 6B and EE. RGB value is (202,107,238). Sum of RGB (Red+Green+Blue) = 202+107+238=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA6BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BEE is #359411. Grayscale: #959595. Windows color (decimal): -3511314 or 15625162. OLE color: 15625162.

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

Color convert

RGB 202 107 238 -
CMYK 0.15 0.55 0 0.07
HSL 283.51º 0.79% 0.68% -
HSV(B) 283.51º 0.55% 0.93% -
XYZ 45.05 29.24 84.16 -
YUV 150.34 177.47 164.85 -
System Red Green Blue C M Y K H S L
Decimal 202 107 238 0.15 0.55 0 0.07 283.51 0.79 0.68
Hex CA 6B EE F 37 0 7 11C 4F 44
Octal 312 153 356 17 67 0 7 434 117 104
Binary 11001010 1101011 11101110 1111 110111 0 111 100011100 1001111 1000100

Color Harmonies of #CA6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BEE

Black with #CA6BEE

Text Example


Text Example

White with #CA6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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