Html Css Color HEX #D982CB Orchid

📋 copy color: '#D982CB'

red 217 ◦ green 130 ◦ blue 203

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

Shades of Orchid #D982CB

Tints of Orchid #D982CB

RGB

 RED value IS 217 (85.16% from 255) = 39.45%

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

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

R = 39.45%
G = 23.64%
B = 36.91%

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

#D982CB (or 0xD982CB) is known color: Orchid. HEX triplet: D9, 82 and CB. RGB value is (217,130,203). Sum of RGB (Red+Green+Blue) = 217+130+203=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D982CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982CB is #267D34. Grayscale: #A4A4A4. Windows color (decimal): -2522421 or 13337305. OLE color: 13337305.

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

Color convert

RGB 217 130 203 -
CMYK 0 0.40 0.06 0.15
HSL 309.66º 0.53% 0.68% -
HSV(B) 309.66º 0.4% 0.85% -
XYZ 47.38 35.03 60.76 -
YUV 164.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 217 130 203 0 0.40 0.06 0.15 309.66 0.53 0.68
Hex D9 82 CB 0 28 6 F 136 35 44
Octal 331 202 313 0 50 6 17 466 65 104
Binary 11011001 10000010 11001011 0 101000 110 1111 100110110 110101 1000100

Color Harmonies of #D982CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982CB

Black with #D982CB

Text Example


Text Example

White with #D982CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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