Html Css Color HEX #D96FCA Orchid

📋 copy color: '#D96FCA'

red 217 ◦ green 111 ◦ blue 202

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

Shades of Orchid #D96FCA

Tints of Orchid #D96FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 40.94%
G = 20.94%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D96FCA (or 0xD96FCA) is known color: Orchid. HEX triplet: D9, 6F and CA. RGB value is (217,111,202). Sum of RGB (Red+Green+Blue) = 217+111+202=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FCA is #269035. Grayscale: #989898. Windows color (decimal): -2527286 or 13266905. OLE color: 13266905.

HSL color Cylindrical-coordinate representation of color #D96FCA: hue angle of 308.49º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96FCA is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 111 202 -
CMYK 0 0.49 0.07 0.15
HSL 308.49º 0.58% 0.64% -
HSV(B) 308.49º 0.49% 0.85% -
XYZ 44.96 30.38 59.37 -
YUV 153.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 217 111 202 0 0.49 0.07 0.15 308.49 0.58 0.64
Hex D9 6F CA 0 31 7 F 134 3A 40
Octal 331 157 312 0 61 7 17 464 72 100
Binary 11011001 1101111 11001010 0 110001 111 1111 100110100 111010 1000000

Color Harmonies of #D96FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FCA

Black with #D96FCA

Text Example


Text Example

White with #D96FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FCA; }

 p { color: rgb(217,111,202); }

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

background-color css

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

 a { background-color: rgb(217,111,202); }

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

border-color css

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

 span { border-color: rgb(217,111,202); }

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