Html Css Color HEX #CA6FFE Heliotrope

📋 copy color: '#CA6FFE'

red 202 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #CA6FFE

Tints of Heliotrope #CA6FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.58%

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

R = 35.63%
G = 19.58%
B = 44.8%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA6FFE (or 0xCA6FFE) is known color: Heliotrope. HEX triplet: CA, 6F and FE. RGB value is (202,111,254). Sum of RGB (Red+Green+Blue) = 202+111+254=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA6FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FFE is #359001. Grayscale: #9A9A9A. Windows color (decimal): -3510274 or 16674762. OLE color: 16674762.

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

Color convert

RGB 202 111 254 -
CMYK 0.20 0.56 0 0.00
HSL 278.18º 0.99% 0.72% -
HSV(B) 278.18º 0.56% 1% -
XYZ 47.93 31.08 97.24 -
YUV 154.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 202 111 254 0.20 0.56 0 0.00 278.18 0.99 0.72
Hex CA 6F FE 14 38 0 0 116 63 48
Octal 312 157 376 24 70 0 0 426 143 110
Binary 11001010 1101111 11111110 10100 111000 0 0 100010110 1100011 1001000

Color Harmonies of #CA6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FFE

Black with #CA6FFE

Text Example


Text Example

White with #CA6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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