Html Css Color HEX #C86AFB Heliotrope

📋 copy color: '#C86AFB'

red 200 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #C86AFB

Tints of Heliotrope #C86AFB

RGB

 RED value IS 200 (78.52% from 255) = 35.91%

 GREEN value IS 106 (41.8% from 255) = 19.03%

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 35.91%
G = 19.03%
B = 45.06%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C86AFB (or 0xC86AFB) is known color: Heliotrope. HEX triplet: C8, 6A and FB. RGB value is (200,106,251). Sum of RGB (Red+Green+Blue) = 200+106+251=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #C86AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AFB is #379504. Grayscale: #969696. Windows color (decimal): -3642629 or 16476872. OLE color: 16476872.

HSL color Cylindrical-coordinate representation of color #C86AFB: hue angle of 278.9º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C86AFB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 106 251 -
CMYK 0.20 0.58 0 0.02
HSL 278.9º 0.95% 0.7% -
HSV(B) 278.9º 0.58% 0.98% -
XYZ 46.39 29.55 94.53 -
YUV 150.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 200 106 251 0.20 0.58 0 0.02 278.9 0.95 0.7
Hex C8 6A FB 14 3A 0 2 117 5F 46
Octal 310 152 373 24 72 0 2 427 137 106
Binary 11001000 1101010 11111011 10100 111010 0 10 100010111 1011111 1000110

Color Harmonies of #C86AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AFB

Black with #C86AFB

Text Example


Text Example

White with #C86AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AFB; }

 p { color: rgb(200,106,251); }

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

background-color css

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

 a { background-color: rgb(200,106,251); }

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

border-color css

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

 span { border-color: rgb(200,106,251); }

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