Html Css Color HEX #D97CCC Orchid

📋 copy color: '#D97CCC'

red 217 ◦ green 124 ◦ blue 204

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

Shades of Orchid #D97CCC

Tints of Orchid #D97CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 39.82%
G = 22.75%
B = 37.43%

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

#D97CCC (or 0xD97CCC) is known color: Orchid. HEX triplet: D9, 7C and CC. RGB value is (217,124,204). Sum of RGB (Red+Green+Blue) = 217+124+204=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CCC is #268333. Grayscale: #A0A0A0. Windows color (decimal): -2523956 or 13401305. OLE color: 13401305.

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

Color convert

RGB 217 124 204 -
CMYK 0 0.43 0.06 0.15
HSL 308.39º 0.55% 0.67% -
HSV(B) 308.39º 0.43% 0.85% -
XYZ 46.72 33.53 61.14 -
YUV 160.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 217 124 204 0 0.43 0.06 0.15 308.39 0.55 0.67
Hex D9 7C CC 0 2B 6 F 134 37 43
Octal 331 174 314 0 53 6 17 464 67 103
Binary 11011001 1111100 11001100 0 101011 110 1111 100110100 110111 1000011

Color Harmonies of #D97CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CCC

Black with #D97CCC

Text Example


Text Example

White with #D97CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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