Html Css Color HEX #D97CE6 Orchid

📋 copy color: '#D97CE6'

red 217 ◦ green 124 ◦ blue 230

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

Shades of Orchid #D97CE6

Tints of Orchid #D97CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.28%

R = 38%
G = 21.72%
B = 40.28%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D97CE6 (or 0xD97CE6) is known color: Orchid. HEX triplet: D9, 7C and E6. RGB value is (217,124,230). Sum of RGB (Red+Green+Blue) = 217+124+230=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #D97CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97CE6 is #268319. Grayscale: #A3A3A3. Windows color (decimal): -2523930 or 15105241. OLE color: 15105241.

HSL color Cylindrical-coordinate representation of color #D97CE6: hue angle of 292.64º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97CE6 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 124 230 -
CMYK 0.06 0.46 0 0.10
HSL 292.64º 0.68% 0.69% -
HSV(B) 292.64º 0.46% 0.9% -
XYZ 50.11 34.88 78.95 -
YUV 163.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 217 124 230 0.06 0.46 0 0.10 292.64 0.68 0.69
Hex D9 7C E6 6 2E 0 A 125 44 45
Octal 331 174 346 6 56 0 12 445 104 105
Binary 11011001 1111100 11100110 110 101110 0 1010 100100101 1000100 1000101

Color Harmonies of #D97CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CE6

Black with #D97CE6

Text Example


Text Example

White with #D97CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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