Html Css Color HEX #D663DD Orchid

📋 copy color: '#D663DD'

red 214 ◦ green 99 ◦ blue 221

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

Shades of Orchid #D663DD

Tints of Orchid #D663DD

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 40.07%
G = 18.54%
B = 41.39%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D663DD (or 0xD663DD) is known color: Orchid. HEX triplet: D6, 63 and DD. RGB value is (214,99,221). Sum of RGB (Red+Green+Blue) = 214+99+221=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #D663DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663DD is #299C22. Grayscale: #929292. Windows color (decimal): -2726947 or 14509014. OLE color: 14509014.

HSL color Cylindrical-coordinate representation of color #D663DD: hue angle of 296.56º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D663DD is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 99 221 -
CMYK 0.03 0.55 0 0.13
HSL 296.56º 0.64% 0.63% -
HSV(B) 296.56º 0.55% 0.87% -
XYZ 45.24 28.44 71.51 -
YUV 147.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 214 99 221 0.03 0.55 0 0.13 296.56 0.64 0.63
Hex D6 63 DD 3 37 0 D 129 40 3F
Octal 326 143 335 3 67 0 15 451 100 77
Binary 11010110 1100011 11011101 11 110111 0 1101 100101001 1000000 111111

Color Harmonies of #D663DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663DD

Black with #D663DD

Text Example


Text Example

White with #D663DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663DD; }

 p { color: rgb(214,99,221); }

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

background-color css

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

 a { background-color: rgb(214,99,221); }

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

border-color css

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

 span { border-color: rgb(214,99,221); }

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