Html Css Color HEX #D963E1 Orchid

📋 copy color: '#D963E1'

red 217 ◦ green 99 ◦ blue 225

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

Shades of Orchid #D963E1

Tints of Orchid #D963E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 40.11%
G = 18.3%
B = 41.59%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D963E1 (or 0xD963E1) is known color: Orchid. HEX triplet: D9, 63 and E1. RGB value is (217,99,225). Sum of RGB (Red+Green+Blue) = 217+99+225=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #D963E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963E1 is #269C1E. Grayscale: #949494. Windows color (decimal): -2530335 or 14771161. OLE color: 14771161.

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

Color convert

RGB 217 99 225 -
CMYK 0.04 0.56 0 0.12
HSL 296.19º 0.68% 0.64% -
HSV(B) 296.19º 0.56% 0.88% -
XYZ 46.67 29.11 74.39 -
YUV 148.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 217 99 225 0.04 0.56 0 0.12 296.19 0.68 0.64
Hex D9 63 E1 4 38 0 C 128 44 40
Octal 331 143 341 4 70 0 14 450 104 100
Binary 11011001 1100011 11100001 100 111000 0 1100 100101000 1000100 1000000

Color Harmonies of #D963E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963E1

Black with #D963E1

Text Example


Text Example

White with #D963E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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