Html Css Color HEX #C875DF Orchid

📋 copy color: '#C875DF'

red 200 ◦ green 117 ◦ blue 223

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

Shades of Orchid #C875DF

Tints of Orchid #C875DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 37.04%
G = 21.67%
B = 41.3%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C875DF (or 0xC875DF) is known color: Orchid. HEX triplet: C8, 75 and DF. RGB value is (200,117,223). Sum of RGB (Red+Green+Blue) = 200+117+223=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #C875DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875DF is #378A20. Grayscale: #999999. Windows color (decimal): -3639841 or 14644680. OLE color: 14644680.

HSL color Cylindrical-coordinate representation of color #C875DF: hue angle of 286.98º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C875DF is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 117 223 -
CMYK 0.10 0.48 0 0.13
HSL 286.98º 0.62% 0.67% -
HSV(B) 286.98º 0.48% 0.87% -
XYZ 43.5 30.33 73.37 -
YUV 153.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 200 117 223 0.10 0.48 0 0.13 286.98 0.62 0.67
Hex C8 75 DF A 30 0 D 11F 3E 43
Octal 310 165 337 12 60 0 15 437 76 103
Binary 11001000 1110101 11011111 1010 110000 0 1101 100011111 111110 1000011

Color Harmonies of #C875DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875DF

Black with #C875DF

Text Example


Text Example

White with #C875DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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