Html Css Color HEX #C875CD Orchid

📋 copy color: '#C875CD'

red 200 ◦ green 117 ◦ blue 205

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

Shades of Orchid #C875CD

Tints of Orchid #C875CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 38.31%
G = 22.41%
B = 39.27%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C875CD (or 0xC875CD) is known color: Orchid. HEX triplet: C8, 75 and CD. RGB value is (200,117,205). Sum of RGB (Red+Green+Blue) = 200+117+205=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C875CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875CD is #378A32. Grayscale: #979797. Windows color (decimal): -3639859 or 13465032. OLE color: 13465032.

HSL color Cylindrical-coordinate representation of color #C875CD: hue angle of 296.59º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C875CD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 117 205 -
CMYK 0.02 0.43 0 0.20
HSL 296.59º 0.47% 0.63% -
HSV(B) 296.59º 0.43% 0.8% -
XYZ 41.2 29.41 61.26 -
YUV 151.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 200 117 205 0.02 0.43 0 0.20 296.59 0.47 0.63
Hex C8 75 CD 2 2B 0 14 129 2F 3F
Octal 310 165 315 2 53 0 24 451 57 77
Binary 11001000 1110101 11001101 10 101011 0 10100 100101001 101111 111111

Color Harmonies of #C875CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875CD

Black with #C875CD

Text Example


Text Example

White with #C875CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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