Html Css Color HEX #CA6FEB Heliotrope

📋 copy color: '#CA6FEB'

red 202 ◦ green 111 ◦ blue 235

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

Shades of Heliotrope #CA6FEB

Tints of Heliotrope #CA6FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.88%

R = 36.86%
G = 20.26%
B = 42.88%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA6FEB (or 0xCA6FEB) is known color: Heliotrope. HEX triplet: CA, 6F and EB. RGB value is (202,111,235). Sum of RGB (Red+Green+Blue) = 202+111+235=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA6FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FEB is #359014. Grayscale: #979797. Windows color (decimal): -3510293 or 15429578. OLE color: 15429578.

HSL color Cylindrical-coordinate representation of color #CA6FEB: hue angle of 284.03º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6FEB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 111 235 -
CMYK 0.14 0.53 0 0.08
HSL 284.03º 0.76% 0.68% -
HSV(B) 284.03º 0.53% 0.92% -
XYZ 45.04 29.92 82 -
YUV 152.35 174.65 163.42 -
System Red Green Blue C M Y K H S L
Decimal 202 111 235 0.14 0.53 0 0.08 284.03 0.76 0.68
Hex CA 6F EB E 35 0 8 11C 4C 44
Octal 312 157 353 16 65 0 10 434 114 104
Binary 11001010 1101111 11101011 1110 110101 0 1000 100011100 1001100 1000100

Color Harmonies of #CA6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FEB

Black with #CA6FEB

Text Example


Text Example

White with #CA6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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