Html Css Color HEX #C875CB Orchid

📋 copy color: '#C875CB'

red 200 ◦ green 117 ◦ blue 203

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

Shades of Orchid #C875CB

Tints of Orchid #C875CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 38.46%
G = 22.5%
B = 39.04%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C875CB (or 0xC875CB) is known color: Orchid. HEX triplet: C8, 75 and CB. RGB value is (200,117,203). Sum of RGB (Red+Green+Blue) = 200+117+203=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #C875CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875CB is #378A34. Grayscale: #979797. Windows color (decimal): -3639861 or 13333960. OLE color: 13333960.

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

Color convert

RGB 200 117 203 -
CMYK 0.01 0.42 0 0.20
HSL 297.91º 0.45% 0.63% -
HSV(B) 297.91º 0.42% 0.8% -
XYZ 40.96 29.31 60 -
YUV 151.62 157 162.51 -
System Red Green Blue C M Y K H S L
Decimal 200 117 203 0.01 0.42 0 0.20 297.91 0.45 0.63
Hex C8 75 CB 1 2A 0 14 12A 2D 3F
Octal 310 165 313 1 52 0 24 452 55 77
Binary 11001000 1110101 11001011 1 101010 0 10100 100101010 101101 111111

Color Harmonies of #C875CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875CB

Black with #C875CB

Text Example


Text Example

White with #C875CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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