Html Css Color HEX #C875CE Orchid

📋 copy color: '#C875CE'

red 200 ◦ green 117 ◦ blue 206

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

Shades of Orchid #C875CE

Tints of Orchid #C875CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 38.24%
G = 22.37%
B = 39.39%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C875CE (or 0xC875CE) is known color: Orchid. HEX triplet: C8, 75 and CE. RGB value is (200,117,206). Sum of RGB (Red+Green+Blue) = 200+117+206=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #C875CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875CE is #378A31. Grayscale: #979797. Windows color (decimal): -3639858 or 13530568. OLE color: 13530568.

HSL color Cylindrical-coordinate representation of color #C875CE: hue angle of 295.96º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C875CE is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 117 206 -
CMYK 0.03 0.43 0 0.19
HSL 295.96º 0.48% 0.63% -
HSV(B) 295.96º 0.43% 0.81% -
XYZ 41.32 29.46 61.9 -
YUV 151.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 200 117 206 0.03 0.43 0 0.19 295.96 0.48 0.63
Hex C8 75 CE 3 2B 0 13 128 30 3F
Octal 310 165 316 3 53 0 23 450 60 77
Binary 11001000 1110101 11001110 11 101011 0 10011 100101000 110000 111111

Color Harmonies of #C875CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875CE

Black with #C875CE

Text Example


Text Example

White with #C875CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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