Html Css Color HEX #CA6EFF Heliotrope

📋 copy color: '#CA6EFF'

red 202 ◦ green 110 ◦ blue 255

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

Shades of Heliotrope #CA6EFF

Tints of Heliotrope #CA6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.4%

 BLUE value IS 255 (100% from 255) = 44.97%

R = 35.63%
G = 19.4%
B = 44.97%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA6EFF (or 0xCA6EFF) is known color: Heliotrope. HEX triplet: CA, 6E and FF. RGB value is (202,110,255). Sum of RGB (Red+Green+Blue) = 202+110+255=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EFF is #359100. Grayscale: #999999. Windows color (decimal): -3510529 or 16740042. OLE color: 16740042.

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

Color convert

RGB 202 110 255 -
CMYK 0.21 0.57 0 0
HSL 278.07º 1% 0.72% -
HSV(B) 278.07º 0.57% 1% -
XYZ 47.98 30.93 98.05 -
YUV 154.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 202 110 255 0.21 0.57 0 0 278.07 1 0.72
Hex CA 6E FF 15 39 0 0 116 64 48
Octal 312 156 377 25 71 0 0 426 144 110
Binary 11001010 1101110 11111111 10101 111001 0 0 100010110 1100100 1001000

Color Harmonies of #CA6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6EFF

Black with #CA6EFF

Text Example


Text Example

White with #CA6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6EFF; }

 p { color: rgb(202,110,255); }

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

background-color css

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

 a { background-color: rgb(202,110,255); }

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

border-color css

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

 span { border-color: rgb(202,110,255); }

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