Html Css Color HEX #C870FA Heliotrope

📋 copy color: '#C870FA'

red 200 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #C870FA

Tints of Heliotrope #C870FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.93%

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

R = 35.59%
G = 19.93%
B = 44.48%

CMYK

 C value IS 0.2

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C870FA (or 0xC870FA) is known color: Heliotrope. HEX triplet: C8, 70 and FA. RGB value is (200,112,250). Sum of RGB (Red+Green+Blue) = 200+112+250=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #C870FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870FA is #378F05. Grayscale: #999999. Windows color (decimal): -3641094 or 16412872. OLE color: 16412872.

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

Color convert

RGB 200 112 250 -
CMYK 0.2 0.55 0 0.02
HSL 278.26º 0.93% 0.71% -
HSV(B) 278.26º 0.55% 0.98% -
XYZ 46.87 30.77 93.91 -
YUV 154.04 182.15 160.78 -
System Red Green Blue C M Y K H S L
Decimal 200 112 250 0.2 0.55 0 0.02 278.26 0.93 0.71
Hex C8 70 FA 14 37 0 2 116 5D 47
Octal 310 160 372 24 67 0 2 426 135 107
Binary 11001000 1110000 11111010 10100 110111 0 10 100010110 1011101 1000111

Color Harmonies of #C870FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870FA

Black with #C870FA

Text Example


Text Example

White with #C870FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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