Html Css Color HEX #D883D4 Orchid

📋 copy color: '#D883D4'

red 216 ◦ green 131 ◦ blue 212

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

Shades of Orchid #D883D4

Tints of Orchid #D883D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 38.64%
G = 23.43%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D883D4 (or 0xD883D4) is known color: Orchid. HEX triplet: D8, 83 and D4. RGB value is (216,131,212). Sum of RGB (Red+Green+Blue) = 216+131+212=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D883D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883D4 is #277C2B. Grayscale: #A5A5A5. Windows color (decimal): -2587692 or 13927384. OLE color: 13927384.

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

Color convert

RGB 216 131 212 -
CMYK 0 0.39 0.02 0.15
HSL 302.82º 0.52% 0.68% -
HSV(B) 302.82º 0.39% 0.85% -
XYZ 48.32 35.59 66.61 -
YUV 165.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 216 131 212 0 0.39 0.02 0.15 302.82 0.52 0.68
Hex D8 83 D4 0 27 2 F 12F 34 44
Octal 330 203 324 0 47 2 17 457 64 104
Binary 11011000 10000011 11010100 0 100111 10 1111 100101111 110100 1000100

Color Harmonies of #D883D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D883D4

Black with #D883D4

Text Example


Text Example

White with #D883D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D883D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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