Html Css Color HEX #C86AFD Heliotrope

📋 copy color: '#C86AFD'

red 200 ◦ green 106 ◦ blue 253

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

Shades of Heliotrope #C86AFD

Tints of Heliotrope #C86AFD

RGB

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

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

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

R = 35.78%
G = 18.96%
B = 45.26%

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

#C86AFD (or 0xC86AFD) is known color: Heliotrope. HEX triplet: C8, 6A and FD. RGB value is (200,106,253). Sum of RGB (Red+Green+Blue) = 200+106+253=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #C86AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AFD is #379502. Grayscale: #969696. Windows color (decimal): -3642627 or 16607944. OLE color: 16607944.

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

Color convert

RGB 200 106 253 -
CMYK 0.21 0.58 0 0.01
HSL 278.37º 0.97% 0.7% -
HSV(B) 278.37º 0.58% 0.99% -
XYZ 46.7 29.68 96.2 -
YUV 150.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 200 106 253 0.21 0.58 0 0.01 278.37 0.97 0.7
Hex C8 6A FD 15 3A 0 1 116 61 46
Octal 310 152 375 25 72 0 1 426 141 106
Binary 11001000 1101010 11111101 10101 111010 0 1 100010110 1100001 1000110

Color Harmonies of #C86AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AFD

Black with #C86AFD

Text Example


Text Example

White with #C86AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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