Html Css Color HEX #CA81F6 Heliotrope

📋 copy color: '#CA81F6'

red 202 ◦ green 129 ◦ blue 246

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

Shades of Heliotrope #CA81F6

Tints of Heliotrope #CA81F6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.36%

 BLUE value IS 246 (96.48% from 255) = 42.63%

R = 35.01%
G = 22.36%
B = 42.63%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA81F6 (or 0xCA81F6) is known color: Heliotrope. HEX triplet: CA, 81 and F6. RGB value is (202,129,246). Sum of RGB (Red+Green+Blue) = 202+129+246=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA81F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81F6 is #357E09. Grayscale: #A3A3A3. Windows color (decimal): -3505674 or 16155082. OLE color: 16155082.

HSL color Cylindrical-coordinate representation of color #CA81F6: hue angle of 277.44º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA81F6 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 129 246 -
CMYK 0.18 0.48 0 0.04
HSL 277.44º 0.87% 0.74% -
HSV(B) 277.44º 0.48% 0.96% -
XYZ 48.84 34.91 91.35 -
YUV 164.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 202 129 246 0.18 0.48 0 0.04 277.44 0.87 0.74
Hex CA 81 F6 12 30 0 4 115 57 4A
Octal 312 201 366 22 60 0 4 425 127 112
Binary 11001010 10000001 11110110 10010 110000 0 100 100010101 1010111 1001010

Color Harmonies of #CA81F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81F6

Black with #CA81F6

Text Example


Text Example

White with #CA81F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81F6; }

 p { color: rgb(202,129,246); }

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

background-color css

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

 a { background-color: rgb(202,129,246); }

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

border-color css

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

 span { border-color: rgb(202,129,246); }

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