Html Css Color HEX #D97CCB Orchid

📋 copy color: '#D97CCB'

red 217 ◦ green 124 ◦ blue 203

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

Shades of Orchid #D97CCB

Tints of Orchid #D97CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.79%

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

R = 39.89%
G = 22.79%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D97CCB (or 0xD97CCB) is known color: Orchid. HEX triplet: D9, 7C and CB. RGB value is (217,124,203). Sum of RGB (Red+Green+Blue) = 217+124+203=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CCB is #268334. Grayscale: #A0A0A0. Windows color (decimal): -2523957 or 13335769. OLE color: 13335769.

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

Color convert

RGB 217 124 203 -
CMYK 0 0.43 0.06 0.15
HSL 309.03º 0.55% 0.67% -
HSV(B) 309.03º 0.43% 0.85% -
XYZ 46.6 33.48 60.51 -
YUV 160.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 217 124 203 0 0.43 0.06 0.15 309.03 0.55 0.67
Hex D9 7C CB 0 2B 6 F 135 37 43
Octal 331 174 313 0 53 6 17 465 67 103
Binary 11011001 1111100 11001011 0 101011 110 1111 100110101 110111 1000011

Color Harmonies of #D97CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CCB

Black with #D97CCB

Text Example


Text Example

White with #D97CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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