Html Css Color HEX #C870CF Orchid

📋 copy color: '#C870CF'

red 200 ◦ green 112 ◦ blue 207

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

Shades of Orchid #C870CF

Tints of Orchid #C870CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 38.54%
G = 21.58%
B = 39.88%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C870CF (or 0xC870CF) is known color: Orchid. HEX triplet: C8, 70 and CF. RGB value is (200,112,207). Sum of RGB (Red+Green+Blue) = 200+112+207=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #C870CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870CF is #378F30. Grayscale: #949494. Windows color (decimal): -3641137 or 13594824. OLE color: 13594824.

HSL color Cylindrical-coordinate representation of color #C870CF: hue angle of 295.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C870CF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 112 207 -
CMYK 0.03 0.46 0 0.19
HSL 295.58º 0.5% 0.63% -
HSV(B) 295.58º 0.46% 0.81% -
XYZ 40.88 28.37 62.35 -
YUV 149.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 200 112 207 0.03 0.46 0 0.19 295.58 0.5 0.63
Hex C8 70 CF 3 2E 0 13 128 32 3F
Octal 310 160 317 3 56 0 23 450 62 77
Binary 11001000 1110000 11001111 11 101110 0 10011 100101000 110010 111111

Color Harmonies of #C870CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870CF

Black with #C870CF

Text Example


Text Example

White with #C870CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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