Html Css Color HEX #D883CB Orchid

📋 copy color: '#D883CB'

red 216 ◦ green 131 ◦ blue 203

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

Shades of Orchid #D883CB

Tints of Orchid #D883CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 39.27%
G = 23.82%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D883CB (or 0xD883CB) is known color: Orchid. HEX triplet: D8, 83 and CB. RGB value is (216,131,203). Sum of RGB (Red+Green+Blue) = 216+131+203=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D883CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883CB is #277C34. Grayscale: #A4A4A4. Windows color (decimal): -2587701 or 13337560. OLE color: 13337560.

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

Color convert

RGB 216 131 203 -
CMYK 0 0.39 0.06 0.15
HSL 309.18º 0.52% 0.68% -
HSV(B) 309.18º 0.39% 0.85% -
XYZ 47.21 35.14 60.79 -
YUV 164.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 216 131 203 0 0.39 0.06 0.15 309.18 0.52 0.68
Hex D8 83 CB 0 27 6 F 135 34 44
Octal 330 203 313 0 47 6 17 465 64 104
Binary 11011000 10000011 11001011 0 100111 110 1111 100110101 110100 1000100

Color Harmonies of #D883CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D883CB

Black with #D883CB

Text Example


Text Example

White with #D883CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D883CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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