Html Css Color HEX #D963E0 Orchid

📋 copy color: '#D963E0'

red 217 ◦ green 99 ◦ blue 224

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

Shades of Orchid #D963E0

Tints of Orchid #D963E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 40.19%
G = 18.33%
B = 41.48%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D963E0 (or 0xD963E0) is known color: Orchid. HEX triplet: D9, 63 and E0. RGB value is (217,99,224). Sum of RGB (Red+Green+Blue) = 217+99+224=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #D963E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963E0 is #269C1F. Grayscale: #949494. Windows color (decimal): -2530336 or 14705625. OLE color: 14705625.

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

Color convert

RGB 217 99 224 -
CMYK 0.03 0.56 0 0.12
HSL 296.64º 0.67% 0.63% -
HSV(B) 296.64º 0.56% 0.88% -
XYZ 46.53 29.06 73.68 -
YUV 148.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 217 99 224 0.03 0.56 0 0.12 296.64 0.67 0.63
Hex D9 63 E0 3 38 0 C 129 43 3F
Octal 331 143 340 3 70 0 14 451 103 77
Binary 11011001 1100011 11100000 11 111000 0 1100 100101001 1000011 111111

Color Harmonies of #D963E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963E0

Black with #D963E0

Text Example


Text Example

White with #D963E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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