Html Css Color HEX #C870E1 Orchid

📋 copy color: '#C870E1'

red 200 ◦ green 112 ◦ blue 225

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

Shades of Orchid #C870E1

Tints of Orchid #C870E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.9%

R = 37.24%
G = 20.86%
B = 41.9%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C870E1 (or 0xC870E1) is known color: Orchid. HEX triplet: C8, 70 and E1. RGB value is (200,112,225). Sum of RGB (Red+Green+Blue) = 200+112+225=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #C870E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870E1 is #378F1E. Grayscale: #969696. Windows color (decimal): -3641119 or 14774472. OLE color: 14774472.

HSL color Cylindrical-coordinate representation of color #C870E1: hue angle of 286.73º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C870E1 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 112 225 -
CMYK 0.11 0.50 0 0.12
HSL 286.73º 0.65% 0.66% -
HSV(B) 286.73º 0.5% 0.88% -
XYZ 43.2 29.3 74.61 -
YUV 151.19 169.65 162.81 -
System Red Green Blue C M Y K H S L
Decimal 200 112 225 0.11 0.50 0 0.12 286.73 0.65 0.66
Hex C8 70 E1 B 32 0 C 11F 41 42
Octal 310 160 341 13 62 0 14 437 101 102
Binary 11001000 1110000 11100001 1011 110010 0 1100 100011111 1000001 1000010

Color Harmonies of #C870E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870E1

Black with #C870E1

Text Example


Text Example

White with #C870E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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