Html Css Color HEX #D875CD Orchid

📋 copy color: '#D875CD'

red 216 ◦ green 117 ◦ blue 205

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

Shades of Orchid #D875CD

Tints of Orchid #D875CD

RGB

 RED value IS 216 (84.77% from 255) = 40.15%

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 40.15%
G = 21.75%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D875CD (or 0xD875CD) is known color: Orchid. HEX triplet: D8, 75 and CD. RGB value is (216,117,205). Sum of RGB (Red+Green+Blue) = 216+117+205=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D875CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875CD is #278A32. Grayscale: #9C9C9C. Windows color (decimal): -2591283 or 13465048. OLE color: 13465048.

HSL color Cylindrical-coordinate representation of color #D875CD: hue angle of 306.67º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D875CD is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 117 205 -
CMYK 0 0.46 0.05 0.15
HSL 306.67º 0.56% 0.65% -
HSV(B) 306.67º 0.46% 0.85% -
XYZ 45.7 31.73 61.47 -
YUV 156.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 216 117 205 0 0.46 0.05 0.15 306.67 0.56 0.65
Hex D8 75 CD 0 2E 5 F 133 38 41
Octal 330 165 315 0 56 5 17 463 70 101
Binary 11011000 1110101 11001101 0 101110 101 1111 100110011 111000 1000001

Color Harmonies of #D875CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875CD

Black with #D875CD

Text Example


Text Example

White with #D875CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875CD; }

 p { color: rgb(216,117,205); }

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

background-color css

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

 a { background-color: rgb(216,117,205); }

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

border-color css

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

 span { border-color: rgb(216,117,205); }

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