Html Css Color HEX #D97CC4 Orchid

📋 copy color: '#D97CC4'

red 217 ◦ green 124 ◦ blue 196

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

Shades of Orchid #D97CC4

Tints of Orchid #D97CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.5%

R = 40.41%
G = 23.09%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D97CC4 (or 0xD97CC4) is known color: Orchid. HEX triplet: D9, 7C and C4. RGB value is (217,124,196). Sum of RGB (Red+Green+Blue) = 217+124+196=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CC4 is #26833B. Grayscale: #9F9F9F. Windows color (decimal): -2523964 or 12877017. OLE color: 12877017.

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

Color convert

RGB 217 124 196 -
CMYK 0 0.43 0.10 0.15
HSL 313.55º 0.55% 0.67% -
HSV(B) 313.55º 0.43% 0.85% -
XYZ 45.79 33.15 56.21 -
YUV 160.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 217 124 196 0 0.43 0.10 0.15 313.55 0.55 0.67
Hex D9 7C C4 0 2B A F 13A 37 43
Octal 331 174 304 0 53 12 17 472 67 103
Binary 11011001 1111100 11000100 0 101011 1010 1111 100111010 110111 1000011

Color Harmonies of #D97CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CC4

Black with #D97CC4

Text Example


Text Example

White with #D97CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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