Html Css Color HEX #C875C7 Orchid

📋 copy color: '#C875C7'

red 200 ◦ green 117 ◦ blue 199

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

Shades of Orchid #C875C7

Tints of Orchid #C875C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.57%

R = 38.76%
G = 22.67%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C875C7 (or 0xC875C7) is known color: Orchid. HEX triplet: C8, 75 and C7. RGB value is (200,117,199). Sum of RGB (Red+Green+Blue) = 200+117+199=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C875C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875C7 is #378A38. Grayscale: #969696. Windows color (decimal): -3639865 or 13071816. OLE color: 13071816.

HSL color Cylindrical-coordinate representation of color #C875C7: hue angle of 300.72º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C875C7 is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 199 -
CMYK 0 0.42 0.00 0.22
HSL 300.72º 0.43% 0.62% -
HSV(B) 300.72º 0.42% 0.78% -
XYZ 40.49 29.13 57.52 -
YUV 151.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 200 117 199 0 0.42 0.00 0.22 300.72 0.43 0.62
Hex C8 75 C7 0 2A 0 16 12D 2B 3E
Octal 310 165 307 0 52 0 26 455 53 76
Binary 11001000 1110101 11000111 0 101010 0 10110 100101101 101011 111110

Color Harmonies of #C875C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875C7

Black with #C875C7

Text Example


Text Example

White with #C875C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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