Html Css Color HEX #C875FE Heliotrope

📋 copy color: '#C875FE'

red 200 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #C875FE

Tints of Heliotrope #C875FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.49%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 35.03%
G = 20.49%
B = 44.48%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C875FE (or 0xC875FE) is known color: Heliotrope. HEX triplet: C8, 75 and FE. RGB value is (200,117,254). Sum of RGB (Red+Green+Blue) = 200+117+254=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #C875FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C875FE is #378A01. Grayscale: #9C9C9C. Windows color (decimal): -3639810 or 16676296. OLE color: 16676296.

HSL color Cylindrical-coordinate representation of color #C875FE: hue angle of 276.35º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C875FE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 117 254 -
CMYK 0.21 0.54 0 0.00
HSL 276.35º 0.99% 0.73% -
HSV(B) 276.35º 0.54% 1% -
XYZ 48.07 32.16 97.44 -
YUV 157.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 200 117 254 0.21 0.54 0 0.00 276.35 0.99 0.73
Hex C8 75 FE 15 36 0 0 114 63 49
Octal 310 165 376 25 66 0 0 424 143 111
Binary 11001000 1110101 11111110 10101 110110 0 0 100010100 1100011 1001001

Color Harmonies of #C875FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875FE

Black with #C875FE

Text Example


Text Example

White with #C875FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875FE; }

 p { color: rgb(200,117,254); }

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

background-color css

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

 a { background-color: rgb(200,117,254); }

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

border-color css

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

 span { border-color: rgb(200,117,254); }

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