Html Css Color HEX #CA6BEB Heliotrope

📋 copy color: '#CA6BEB'

red 202 ◦ green 107 ◦ blue 235

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

Shades of Heliotrope #CA6BEB

Tints of Heliotrope #CA6BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.67%

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

R = 37.13%
G = 19.67%
B = 43.2%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA6BEB (or 0xCA6BEB) is known color: Heliotrope. HEX triplet: CA, 6B and EB. RGB value is (202,107,235). Sum of RGB (Red+Green+Blue) = 202+107+235=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA6BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BEB is #359414. Grayscale: #959595. Windows color (decimal): -3511317 or 15428554. OLE color: 15428554.

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

Color convert

RGB 202 107 235 -
CMYK 0.14 0.54 0 0.08
HSL 284.53º 0.76% 0.67% -
HSV(B) 284.53º 0.54% 0.92% -
XYZ 44.61 29.07 81.86 -
YUV 150 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 202 107 235 0.14 0.54 0 0.08 284.53 0.76 0.67
Hex CA 6B EB E 36 0 8 11D 4C 43
Octal 312 153 353 16 66 0 10 435 114 103
Binary 11001010 1101011 11101011 1110 110110 0 1000 100011101 1001100 1000011

Color Harmonies of #CA6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BEB

Black with #CA6BEB

Text Example


Text Example

White with #CA6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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