Html Css Color HEX #C875DC Orchid

📋 copy color: '#C875DC'

red 200 ◦ green 117 ◦ blue 220

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

Shades of Orchid #C875DC

Tints of Orchid #C875DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 37.24%
G = 21.79%
B = 40.97%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C875DC (or 0xC875DC) is known color: Orchid. HEX triplet: C8, 75 and DC. RGB value is (200,117,220). Sum of RGB (Red+Green+Blue) = 200+117+220=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #C875DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875DC is #378A23. Grayscale: #999999. Windows color (decimal): -3639844 or 14448072. OLE color: 14448072.

HSL color Cylindrical-coordinate representation of color #C875DC: hue angle of 288.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C875DC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 117 220 -
CMYK 0.09 0.47 0 0.14
HSL 288.35º 0.6% 0.66% -
HSV(B) 288.35º 0.47% 0.86% -
XYZ 43.1 30.17 71.26 -
YUV 153.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 200 117 220 0.09 0.47 0 0.14 288.35 0.6 0.66
Hex C8 75 DC 9 2F 0 E 120 3C 42
Octal 310 165 334 11 57 0 16 440 74 102
Binary 11001000 1110101 11011100 1001 101111 0 1110 100100000 111100 1000010

Color Harmonies of #C875DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875DC

Black with #C875DC

Text Example


Text Example

White with #C875DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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