Html Css Color HEX #C86AFA Heliotrope

📋 copy color: '#C86AFA'

red 200 ◦ green 106 ◦ blue 250

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

Shades of Heliotrope #C86AFA

Tints of Heliotrope #C86AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 35.97%
G = 19.06%
B = 44.96%

CMYK

 C value IS 0.2

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C86AFA (or 0xC86AFA) is known color: Heliotrope. HEX triplet: C8, 6A and FA. RGB value is (200,106,250). Sum of RGB (Red+Green+Blue) = 200+106+250=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #C86AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AFA is #379505. Grayscale: #969696. Windows color (decimal): -3642630 or 16411336. OLE color: 16411336.

HSL color Cylindrical-coordinate representation of color #C86AFA: hue angle of 279.17º degrees, saturation: 0.94, 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 #C86AFA is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 106 250 -
CMYK 0.2 0.58 0 0.02
HSL 279.17º 0.94% 0.7% -
HSV(B) 279.17º 0.58% 0.98% -
XYZ 46.23 29.49 93.7 -
YUV 150.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 200 106 250 0.2 0.58 0 0.02 279.17 0.94 0.7
Hex C8 6A FA 14 3A 0 2 117 5E 46
Octal 310 152 372 24 72 0 2 427 136 106
Binary 11001000 1101010 11111010 10100 111010 0 10 100010111 1011110 1000110

Color Harmonies of #C86AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AFA

Black with #C86AFA

Text Example


Text Example

White with #C86AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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