Html Css Color HEX #D875CC Orchid

📋 copy color: '#D875CC'

red 216 ◦ green 117 ◦ blue 204

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

Shades of Orchid #D875CC

Tints of Orchid #D875CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 40.22%
G = 21.79%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D875CC (or 0xD875CC) is known color: Orchid. HEX triplet: D8, 75 and CC. RGB value is (216,117,204). Sum of RGB (Red+Green+Blue) = 216+117+204=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D875CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875CC is #278A33. Grayscale: #9C9C9C. Windows color (decimal): -2591284 or 13399512. OLE color: 13399512.

HSL color Cylindrical-coordinate representation of color #D875CC: hue angle of 307.27º 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 #D875CC is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 117 204 -
CMYK 0 0.46 0.06 0.15
HSL 307.27º 0.56% 0.65% -
HSV(B) 307.27º 0.46% 0.85% -
XYZ 45.58 31.68 60.84 -
YUV 156.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 216 117 204 0 0.46 0.06 0.15 307.27 0.56 0.65
Hex D8 75 CC 0 2E 6 F 133 38 41
Octal 330 165 314 0 56 6 17 463 70 101
Binary 11011000 1110101 11001100 0 101110 110 1111 100110011 111000 1000001

Color Harmonies of #D875CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875CC

Black with #D875CC

Text Example


Text Example

White with #D875CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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