Html Css Color HEX #D971CB Orchid

📋 copy color: '#D971CB'

red 217 ◦ green 113 ◦ blue 203

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

Shades of Orchid #D971CB

Tints of Orchid #D971CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

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

R = 40.71%
G = 21.2%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D971CB (or 0xD971CB) is known color: Orchid. HEX triplet: D9, 71 and CB. RGB value is (217,113,203). Sum of RGB (Red+Green+Blue) = 217+113+203=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D971CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971CB is #268E34. Grayscale: #9A9A9A. Windows color (decimal): -2526773 or 13332953. OLE color: 13332953.

HSL color Cylindrical-coordinate representation of color #D971CB: hue angle of 308.08º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D971CB is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 203 -
CMYK 0 0.48 0.06 0.15
HSL 308.08º 0.58% 0.65% -
HSV(B) 308.08º 0.48% 0.85% -
XYZ 45.3 30.87 60.07 -
YUV 154.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 217 113 203 0 0.48 0.06 0.15 308.08 0.58 0.65
Hex D9 71 CB 0 30 6 F 134 3A 41
Octal 331 161 313 0 60 6 17 464 72 101
Binary 11011001 1110001 11001011 0 110000 110 1111 100110100 111010 1000001

Color Harmonies of #D971CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971CB

Black with #D971CB

Text Example


Text Example

White with #D971CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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