Html Css Color HEX #D963D0 Orchid

📋 copy color: '#D963D0'

red 217 ◦ green 99 ◦ blue 208

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

Shades of Orchid #D963D0

Tints of Orchid #D963D0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.89%

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 41.41%
G = 18.89%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D963D0 (or 0xD963D0) is known color: Orchid. HEX triplet: D9, 63 and D0. RGB value is (217,99,208). Sum of RGB (Red+Green+Blue) = 217+99+208=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D963D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963D0 is #269C2F. Grayscale: #929292. Windows color (decimal): -2530352 or 13657049. OLE color: 13657049.

HSL color Cylindrical-coordinate representation of color #D963D0: hue angle of 304.58º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D963D0 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 99 208 -
CMYK 0 0.54 0.04 0.15
HSL 304.58º 0.61% 0.62% -
HSV(B) 304.58º 0.54% 0.85% -
XYZ 44.46 28.23 62.78 -
YUV 146.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 217 99 208 0 0.54 0.04 0.15 304.58 0.61 0.62
Hex D9 63 D0 0 36 4 F 131 3D 3E
Octal 331 143 320 0 66 4 17 461 75 76
Binary 11011001 1100011 11010000 0 110110 100 1111 100110001 111101 111110

Color Harmonies of #D963D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963D0

Black with #D963D0

Text Example


Text Example

White with #D963D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963D0; }

 p { color: rgb(217,99,208); }

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

background-color css

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

 a { background-color: rgb(217,99,208); }

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

border-color css

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

 span { border-color: rgb(217,99,208); }

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