Html Css Color HEX #C870FD Heliotrope

📋 copy color: '#C870FD'

red 200 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #C870FD

Tints of Heliotrope #C870FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 35.4%
G = 19.82%
B = 44.78%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C870FD (or 0xC870FD) is known color: Heliotrope. HEX triplet: C8, 70 and FD. RGB value is (200,112,253). Sum of RGB (Red+Green+Blue) = 200+112+253=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C870FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870FD is #378F02. Grayscale: #999999. Windows color (decimal): -3641091 or 16609480. OLE color: 16609480.

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

Color convert

RGB 200 112 253 -
CMYK 0.21 0.56 0 0.01
HSL 277.45º 0.97% 0.72% -
HSV(B) 277.45º 0.56% 0.99% -
XYZ 47.34 30.96 96.41 -
YUV 154.39 183.65 160.54 -
System Red Green Blue C M Y K H S L
Decimal 200 112 253 0.21 0.56 0 0.01 277.45 0.97 0.72
Hex C8 70 FD 15 38 0 1 115 61 48
Octal 310 160 375 25 70 0 1 425 141 110
Binary 11001000 1110000 11111101 10101 111000 0 1 100010101 1100001 1001000

Color Harmonies of #C870FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870FD

Black with #C870FD

Text Example


Text Example

White with #C870FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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