Html Css Color HEX #C875FA Heliotrope

📋 copy color: '#C875FA'

red 200 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #C875FA

Tints of Heliotrope #C875FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 35.27%
G = 20.63%
B = 44.09%

CMYK

 C value IS 0.2

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C875FA (or 0xC875FA) is known color: Heliotrope. HEX triplet: C8, 75 and FA. RGB value is (200,117,250). Sum of RGB (Red+Green+Blue) = 200+117+250=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #C875FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C875FA is #378A05. Grayscale: #9C9C9C. Windows color (decimal): -3639814 or 16414152. OLE color: 16414152.

HSL color Cylindrical-coordinate representation of color #C875FA: hue angle of 277.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C875FA is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 117 250 -
CMYK 0.2 0.53 0 0.02
HSL 277.44º 0.93% 0.72% -
HSV(B) 277.44º 0.53% 0.98% -
XYZ 47.44 31.9 94.1 -
YUV 156.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 200 117 250 0.2 0.53 0 0.02 277.44 0.93 0.72
Hex C8 75 FA 14 35 0 2 115 5D 48
Octal 310 165 372 24 65 0 2 425 135 110
Binary 11001000 1110101 11111010 10100 110101 0 10 100010101 1011101 1001000

Color Harmonies of #C875FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875FA

Black with #C875FA

Text Example


Text Example

White with #C875FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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