Html Css Color HEX #D663D5 Orchid

📋 copy color: '#D663D5'

red 214 ◦ green 99 ◦ blue 213

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

Shades of Orchid #D663D5

Tints of Orchid #D663D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.49%

R = 40.68%
G = 18.82%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D663D5 (or 0xD663D5) is known color: Orchid. HEX triplet: D6, 63 and D5. RGB value is (214,99,213). Sum of RGB (Red+Green+Blue) = 214+99+213=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D663D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663D5 is #299C2A. Grayscale: #929292. Windows color (decimal): -2726955 or 13984726. OLE color: 13984726.

HSL color Cylindrical-coordinate representation of color #D663D5: hue angle of 300.52º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D663D5 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 99 213 -
CMYK 0 0.54 0.00 0.16
HSL 300.52º 0.58% 0.61% -
HSV(B) 300.52º 0.54% 0.84% -
XYZ 44.2 28.02 66.03 -
YUV 146.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 214 99 213 0 0.54 0.00 0.16 300.52 0.58 0.61
Hex D6 63 D5 0 36 0 10 12D 3A 3D
Octal 326 143 325 0 66 0 20 455 72 75
Binary 11010110 1100011 11010101 0 110110 0 10000 100101101 111010 111101

Color Harmonies of #D663D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663D5

Black with #D663D5

Text Example


Text Example

White with #D663D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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