Html Css Color HEX #D96CE6 Orchid

📋 copy color: '#D96CE6'

red 217 ◦ green 108 ◦ blue 230

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

Shades of Orchid #D96CE6

Tints of Orchid #D96CE6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.46%

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

R = 39.1%
G = 19.46%
B = 41.44%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D96CE6 (or 0xD96CE6) is known color: Orchid. HEX triplet: D9, 6C and E6. RGB value is (217,108,230). Sum of RGB (Red+Green+Blue) = 217+108+230=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #D96CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CE6 is #269319. Grayscale: #9A9A9A. Windows color (decimal): -2528026 or 15101145. OLE color: 15101145.

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

Color convert

RGB 217 108 230 -
CMYK 0.06 0.53 0 0.10
HSL 293.61º 0.71% 0.66% -
HSV(B) 293.61º 0.53% 0.9% -
XYZ 48.26 31.19 78.34 -
YUV 154.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 217 108 230 0.06 0.53 0 0.10 293.61 0.71 0.66
Hex D9 6C E6 6 35 0 A 126 47 42
Octal 331 154 346 6 65 0 12 446 107 102
Binary 11011001 1101100 11100110 110 110101 0 1010 100100110 1000111 1000010

Color Harmonies of #D96CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CE6

Black with #D96CE6

Text Example


Text Example

White with #D96CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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