Html Css Color HEX #C86FFB Heliotrope

📋 copy color: '#C86FFB'

red 200 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #C86FFB

Tints of Heliotrope #C86FFB

RGB

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

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

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

R = 35.59%
G = 19.75%
B = 44.66%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C86FFB (or 0xC86FFB) is known color: Heliotrope. HEX triplet: C8, 6F and FB. RGB value is (200,111,251). Sum of RGB (Red+Green+Blue) = 200+111+251=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #C86FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86FFB is #379004. Grayscale: #999999. Windows color (decimal): -3641349 or 16478152. OLE color: 16478152.

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

Color convert

RGB 200 111 251 -
CMYK 0.20 0.56 0 0.02
HSL 278.14º 0.95% 0.71% -
HSV(B) 278.14º 0.56% 0.98% -
XYZ 46.92 30.61 94.7 -
YUV 153.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 200 111 251 0.20 0.56 0 0.02 278.14 0.95 0.71
Hex C8 6F FB 14 38 0 2 116 5F 47
Octal 310 157 373 24 70 0 2 426 137 107
Binary 11001000 1101111 11111011 10100 111000 0 10 100010110 1011111 1000111

Color Harmonies of #C86FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FFB

Black with #C86FFB

Text Example


Text Example

White with #C86FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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