Html Css Color HEX #D883CF Orchid

📋 copy color: '#D883CF'

red 216 ◦ green 131 ◦ blue 207

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

Shades of Orchid #D883CF

Tints of Orchid #D883CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.65%

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 38.99%
G = 23.65%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D883CF (or 0xD883CF) is known color: Orchid. HEX triplet: D8, 83 and CF. RGB value is (216,131,207). Sum of RGB (Red+Green+Blue) = 216+131+207=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D883CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883CF is #277C30. Grayscale: #A4A4A4. Windows color (decimal): -2587697 or 13599704. OLE color: 13599704.

HSL color Cylindrical-coordinate representation of color #D883CF: hue angle of 306.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D883CF is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 207 -
CMYK 0 0.39 0.04 0.15
HSL 306.35º 0.52% 0.68% -
HSV(B) 306.35º 0.39% 0.85% -
XYZ 47.7 35.34 63.34 -
YUV 165.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 216 131 207 0 0.39 0.04 0.15 306.35 0.52 0.68
Hex D8 83 CF 0 27 4 F 132 34 44
Octal 330 203 317 0 47 4 17 462 64 104
Binary 11011000 10000011 11001111 0 100111 100 1111 100110010 110100 1000100

Color Harmonies of #D883CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D883CF

Black with #D883CF

Text Example


Text Example

White with #D883CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D883CF; }

 p { color: rgb(216,131,207); }

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

background-color css

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

 a { background-color: rgb(216,131,207); }

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

border-color css

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

 span { border-color: rgb(216,131,207); }

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