Html Css Color HEX #C872FC Heliotrope

📋 copy color: '#C872FC'

red 200 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #C872FC

Tints of Heliotrope #C872FC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.14%

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

R = 35.34%
G = 20.14%
B = 44.52%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C872FC (or 0xC872FC) is known color: Heliotrope. HEX triplet: C8, 72 and FC. RGB value is (200,114,252). Sum of RGB (Red+Green+Blue) = 200+114+252=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #C872FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C872FC is #378D03. Grayscale: #9A9A9A. Windows color (decimal): -3640580 or 16544456. OLE color: 16544456.

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

Color convert

RGB 200 114 252 -
CMYK 0.21 0.55 0 0.01
HSL 277.39º 0.96% 0.72% -
HSV(B) 277.39º 0.55% 0.99% -
XYZ 47.41 31.34 95.65 -
YUV 155.45 182.49 159.78 -
System Red Green Blue C M Y K H S L
Decimal 200 114 252 0.21 0.55 0 0.01 277.39 0.96 0.72
Hex C8 72 FC 15 37 0 1 115 60 48
Octal 310 162 374 25 67 0 1 425 140 110
Binary 11001000 1110010 11111100 10101 110111 0 1 100010101 1100000 1001000

Color Harmonies of #C872FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872FC

Black with #C872FC

Text Example


Text Example

White with #C872FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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