Html Css Color HEX #CA6CEF Heliotrope

📋 copy color: '#CA6CEF'

red 202 ◦ green 108 ◦ blue 239

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

Shades of Heliotrope #CA6CEF

Tints of Heliotrope #CA6CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.67%

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 36.79%
G = 19.67%
B = 43.53%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA6CEF (or 0xCA6CEF) is known color: Heliotrope. HEX triplet: CA, 6C and EF. RGB value is (202,108,239). Sum of RGB (Red+Green+Blue) = 202+108+239=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CEF is #359310. Grayscale: #969696. Windows color (decimal): -3511057 or 15690954. OLE color: 15690954.

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

Color convert

RGB 202 108 239 -
CMYK 0.15 0.55 0 0.06
HSL 283.05º 0.8% 0.68% -
HSV(B) 283.05º 0.55% 0.94% -
XYZ 45.3 29.51 84.97 -
YUV 151.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 202 108 239 0.15 0.55 0 0.06 283.05 0.8 0.68
Hex CA 6C EF F 37 0 6 11B 50 44
Octal 312 154 357 17 67 0 6 433 120 104
Binary 11001010 1101100 11101111 1111 110111 0 110 100011011 1010000 1000100

Color Harmonies of #CA6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CEF

Black with #CA6CEF

Text Example


Text Example

White with #CA6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CEF; }

 p { color: rgb(202,108,239); }

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

background-color css

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

 a { background-color: rgb(202,108,239); }

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

border-color css

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

 span { border-color: rgb(202,108,239); }

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