Html Css Color HEX #D563D0 Orchid

📋 copy color: '#D563D0'

red 213 ◦ green 99 ◦ blue 208

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

Shades of Orchid #D563D0

Tints of Orchid #D563D0

RGB

 RED value IS 213 (83.59% from 255) = 40.96%

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

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

R = 40.96%
G = 19.04%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D563D0 (or 0xD563D0) is known color: Orchid. HEX triplet: D5, 63 and D0. RGB value is (213,99,208). Sum of RGB (Red+Green+Blue) = 213+99+208=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D563D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563D0 is #2A9C2F. Grayscale: #919191. Windows color (decimal): -2792496 or 13657045. OLE color: 13657045.

HSL color Cylindrical-coordinate representation of color #D563D0: hue angle of 302.63º 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 #D563D0 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 99 208 -
CMYK 0 0.54 0.02 0.16
HSL 302.63º 0.58% 0.61% -
HSV(B) 302.63º 0.54% 0.84% -
XYZ 43.29 27.62 62.72 -
YUV 145.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 213 99 208 0 0.54 0.02 0.16 302.63 0.58 0.61
Hex D5 63 D0 0 36 2 10 12F 3A 3D
Octal 325 143 320 0 66 2 20 457 72 75
Binary 11010101 1100011 11010000 0 110110 10 10000 100101111 111010 111101

Color Harmonies of #D563D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D563D0

Black with #D563D0

Text Example


Text Example

White with #D563D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D563D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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