Html Css Color HEX #D883C2 Orchid

📋 copy color: '#D883C2'

red 216 ◦ green 131 ◦ blue 194

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

Shades of Orchid #D883C2

Tints of Orchid #D883C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 39.93%
G = 24.21%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D883C2 (or 0xD883C2) is known color: Orchid. HEX triplet: D8, 83 and C2. RGB value is (216,131,194). Sum of RGB (Red+Green+Blue) = 216+131+194=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D883C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883C2 is #277C3D. Grayscale: #A3A3A3. Windows color (decimal): -2587710 or 12747736. OLE color: 12747736.

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

Color convert

RGB 216 131 194 -
CMYK 0 0.39 0.10 0.15
HSL 315.53º 0.52% 0.68% -
HSV(B) 315.53º 0.39% 0.85% -
XYZ 46.17 34.73 55.31 -
YUV 163.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 216 131 194 0 0.39 0.10 0.15 315.53 0.52 0.68
Hex D8 83 C2 0 27 A F 13C 34 44
Octal 330 203 302 0 47 12 17 474 64 104
Binary 11011000 10000011 11000010 0 100111 1010 1111 100111100 110100 1000100

Color Harmonies of #D883C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D883C2

Black with #D883C2

Text Example


Text Example

White with #D883C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D883C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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