Html Css Color HEX #C86BFD Heliotrope

📋 copy color: '#C86BFD'

red 200 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #C86BFD

Tints of Heliotrope #C86BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 35.71%
G = 19.11%
B = 45.18%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C86BFD (or 0xC86BFD) is known color: Heliotrope. HEX triplet: C8, 6B and FD. RGB value is (200,107,253). Sum of RGB (Red+Green+Blue) = 200+107+253=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #C86BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BFD is #379402. Grayscale: #969696. Windows color (decimal): -3642371 or 16608200. OLE color: 16608200.

HSL color Cylindrical-coordinate representation of color #C86BFD: hue angle of 278.22º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C86BFD is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 107 253 -
CMYK 0.21 0.58 0 0.01
HSL 278.22º 0.97% 0.71% -
HSV(B) 278.22º 0.58% 0.99% -
XYZ 46.81 29.89 96.23 -
YUV 151.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 200 107 253 0.21 0.58 0 0.01 278.22 0.97 0.71
Hex C8 6B FD 15 3A 0 1 116 61 47
Octal 310 153 375 25 72 0 1 426 141 107
Binary 11001000 1101011 11111101 10101 111010 0 1 100010110 1100001 1000111

Color Harmonies of #C86BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BFD

Black with #C86BFD

Text Example


Text Example

White with #C86BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BFD; }

 p { color: rgb(200,107,253); }

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

background-color css

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

 a { background-color: rgb(200,107,253); }

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

border-color css

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

 span { border-color: rgb(200,107,253); }

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