Html Css Color HEX #C862FC Heliotrope

📋 copy color: '#C862FC'

red 200 ◦ green 98 ◦ blue 252

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

Shades of Heliotrope #C862FC

Tints of Heliotrope #C862FC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.82%

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

R = 36.36%
G = 17.82%
B = 45.82%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C862FC (or 0xC862FC) is known color: Heliotrope. HEX triplet: C8, 62 and FC. RGB value is (200,98,252). Sum of RGB (Red+Green+Blue) = 200+98+252=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 98 (38.67% from 255 or 17.82% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #C862FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C862FC is #379D03. Grayscale: #919191. Windows color (decimal): -3644676 or 16540360. OLE color: 16540360.

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

Color convert

RGB 200 98 252 -
CMYK 0.21 0.61 0 0.01
HSL 279.74º 0.96% 0.69% -
HSV(B) 279.74º 0.61% 0.99% -
XYZ 45.76 28.04 95.1 -
YUV 146.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 200 98 252 0.21 0.61 0 0.01 279.74 0.96 0.69
Hex C8 62 FC 15 3D 0 1 118 60 45
Octal 310 142 374 25 75 0 1 430 140 105
Binary 11001000 1100010 11111100 10101 111101 0 1 100011000 1100000 1000101

Color Harmonies of #C862FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862FC

Black with #C862FC

Text Example


Text Example

White with #C862FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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