Html Css Color HEX #D97CE0 Orchid

📋 copy color: '#D97CE0'

red 217 ◦ green 124 ◦ blue 224

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

Shades of Orchid #D97CE0

Tints of Orchid #D97CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.65%

R = 38.41%
G = 21.95%
B = 39.65%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D97CE0 (or 0xD97CE0) is known color: Orchid. HEX triplet: D9, 7C and E0. RGB value is (217,124,224). Sum of RGB (Red+Green+Blue) = 217+124+224=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #D97CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CE0 is #26831F. Grayscale: #A2A2A2. Windows color (decimal): -2523936 or 14712025. OLE color: 14712025.

HSL color Cylindrical-coordinate representation of color #D97CE0: hue angle of 295.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97CE0 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 124 224 -
CMYK 0.03 0.45 0 0.12
HSL 295.8º 0.62% 0.68% -
HSV(B) 295.8º 0.45% 0.88% -
XYZ 49.28 34.55 74.59 -
YUV 163.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 217 124 224 0.03 0.45 0 0.12 295.8 0.62 0.68
Hex D9 7C E0 3 2D 0 C 128 3E 44
Octal 331 174 340 3 55 0 14 450 76 104
Binary 11011001 1111100 11100000 11 101101 0 1100 100101000 111110 1000100

Color Harmonies of #D97CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CE0

Black with #D97CE0

Text Example


Text Example

White with #D97CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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