Html Css Color HEX #D882CB Orchid

📋 copy color: '#D882CB'

red 216 ◦ green 130 ◦ blue 203

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

Shades of Orchid #D882CB

Tints of Orchid #D882CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.68%

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

R = 39.34%
G = 23.68%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D882CB (or 0xD882CB) is known color: Orchid. HEX triplet: D8, 82 and CB. RGB value is (216,130,203). Sum of RGB (Red+Green+Blue) = 216+130+203=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D882CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882CB is #277D34. Grayscale: #A3A3A3. Windows color (decimal): -2587957 or 13337304. OLE color: 13337304.

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

Color convert

RGB 216 130 203 -
CMYK 0 0.40 0.06 0.15
HSL 309.07º 0.52% 0.68% -
HSV(B) 309.07º 0.4% 0.85% -
XYZ 47.08 34.88 60.75 -
YUV 164.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 216 130 203 0 0.40 0.06 0.15 309.07 0.52 0.68
Hex D8 82 CB 0 28 6 F 135 34 44
Octal 330 202 313 0 50 6 17 465 64 104
Binary 11011000 10000010 11001011 0 101000 110 1111 100110101 110100 1000100

Color Harmonies of #D882CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882CB

Black with #D882CB

Text Example


Text Example

White with #D882CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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