Html Css Color HEX #CA6CFE Heliotrope

📋 copy color: '#CA6CFE'

red 202 ◦ green 108 ◦ blue 254

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

Shades of Heliotrope #CA6CFE

Tints of Heliotrope #CA6CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 35.82%
G = 19.15%
B = 45.04%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA6CFE (or 0xCA6CFE) is known color: Heliotrope. HEX triplet: CA, 6C and FE. RGB value is (202,108,254). Sum of RGB (Red+Green+Blue) = 202+108+254=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA6CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CFE is #359301. Grayscale: #989898. Windows color (decimal): -3511042 or 16673994. OLE color: 16673994.

HSL color Cylindrical-coordinate representation of color #CA6CFE: hue angle of 278.63º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA6CFE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 108 254 -
CMYK 0.20 0.57 0 0.00
HSL 278.63º 0.99% 0.71% -
HSV(B) 278.63º 0.57% 1% -
XYZ 47.61 30.44 97.13 -
YUV 152.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 202 108 254 0.20 0.57 0 0.00 278.63 0.99 0.71
Hex CA 6C FE 14 39 0 0 117 63 47
Octal 312 154 376 24 71 0 0 427 143 107
Binary 11001010 1101100 11111110 10100 111001 0 0 100010111 1100011 1000111

Color Harmonies of #CA6CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CFE

Black with #CA6CFE

Text Example


Text Example

White with #CA6CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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