Html Css Color HEX #C875D0 Orchid

📋 copy color: '#C875D0'

red 200 ◦ green 117 ◦ blue 208

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

Shades of Orchid #C875D0

Tints of Orchid #C875D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.62%

R = 38.1%
G = 22.29%
B = 39.62%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C875D0 (or 0xC875D0) is known color: Orchid. HEX triplet: C8, 75 and D0. RGB value is (200,117,208). Sum of RGB (Red+Green+Blue) = 200+117+208=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #C875D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875D0 is #378A2F. Grayscale: #979797. Windows color (decimal): -3639856 or 13661640. OLE color: 13661640.

HSL color Cylindrical-coordinate representation of color #C875D0: hue angle of 294.73º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C875D0 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 117 208 -
CMYK 0.04 0.44 0 0.18
HSL 294.73º 0.49% 0.64% -
HSV(B) 294.73º 0.44% 0.82% -
XYZ 41.57 29.56 63.19 -
YUV 152.19 159.5 162.1 -
System Red Green Blue C M Y K H S L
Decimal 200 117 208 0.04 0.44 0 0.18 294.73 0.49 0.64
Hex C8 75 D0 4 2C 0 12 127 31 40
Octal 310 165 320 4 54 0 22 447 61 100
Binary 11001000 1110101 11010000 100 101100 0 10010 100100111 110001 1000000

Color Harmonies of #C875D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875D0

Black with #C875D0

Text Example


Text Example

White with #C875D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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