Html Css Color HEX #C860FD Heliotrope

📋 copy color: '#C860FD'

red 200 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #C860FD

Tints of Heliotrope #C860FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.49%

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

R = 36.43%
G = 17.49%
B = 46.08%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C860FD (or 0xC860FD) is known color: Heliotrope. HEX triplet: C8, 60 and FD. RGB value is (200,96,253). Sum of RGB (Red+Green+Blue) = 200+96+253=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #C860FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C860FD is #379F02. Grayscale: #909090. Windows color (decimal): -3645187 or 16605384. OLE color: 16605384.

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

Color convert

RGB 200 96 253 -
CMYK 0.21 0.62 0 0.01
HSL 279.75º 0.98% 0.68% -
HSV(B) 279.75º 0.62% 0.99% -
XYZ 45.73 27.74 95.87 -
YUV 144.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 200 96 253 0.21 0.62 0 0.01 279.75 0.98 0.68
Hex C8 60 FD 15 3E 0 1 118 62 44
Octal 310 140 375 25 76 0 1 430 142 104
Binary 11001000 1100000 11111101 10101 111110 0 1 100011000 1100010 1000100

Color Harmonies of #C860FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860FD

Black with #C860FD

Text Example


Text Example

White with #C860FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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