Html Css Color HEX #C865FC Heliotrope

📋 copy color: '#C865FC'

red 200 ◦ green 101 ◦ blue 252

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

Shades of Heliotrope #C865FC

Tints of Heliotrope #C865FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.26%

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 36.17%
G = 18.26%
B = 45.57%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C865FC (or 0xC865FC) is known color: Heliotrope. HEX triplet: C8, 65 and FC. RGB value is (200,101,252). Sum of RGB (Red+Green+Blue) = 200+101+252=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #C865FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865FC is #379A03. Grayscale: #939393. Windows color (decimal): -3643908 or 16541128. OLE color: 16541128.

HSL color Cylindrical-coordinate representation of color #C865FC: hue angle of 279.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C865FC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 101 252 -
CMYK 0.21 0.60 0 0.01
HSL 279.34º 0.96% 0.69% -
HSV(B) 279.34º 0.6% 0.99% -
XYZ 46.04 28.61 95.19 -
YUV 147.82 186.8 165.22 -
System Red Green Blue C M Y K H S L
Decimal 200 101 252 0.21 0.60 0 0.01 279.34 0.96 0.69
Hex C8 65 FC 15 3C 0 1 117 60 45
Octal 310 145 374 25 74 0 1 427 140 105
Binary 11001000 1100101 11111100 10101 111100 0 1 100010111 1100000 1000101

Color Harmonies of #C865FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865FC

Black with #C865FC

Text Example


Text Example

White with #C865FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865FC; }

 p { color: rgb(200,101,252); }

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

background-color css

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

 a { background-color: rgb(200,101,252); }

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

border-color css

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

 span { border-color: rgb(200,101,252); }

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