Html Css Color HEX #D563CC Orchid

📋 copy color: '#D563CC'

red 213 ◦ green 99 ◦ blue 204

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

Shades of Orchid #D563CC

Tints of Orchid #D563CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 41.28%
G = 19.19%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D563CC (or 0xD563CC) is known color: Orchid. HEX triplet: D5, 63 and CC. RGB value is (213,99,204). Sum of RGB (Red+Green+Blue) = 213+99+204=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D563CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563CC is #2A9C33. Grayscale: #909090. Windows color (decimal): -2792500 or 13394901. OLE color: 13394901.

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

Color convert

RGB 213 99 204 -
CMYK 0 0.54 0.04 0.16
HSL 304.74º 0.58% 0.61% -
HSV(B) 304.74º 0.54% 0.84% -
XYZ 42.8 27.43 60.17 -
YUV 145.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 213 99 204 0 0.54 0.04 0.16 304.74 0.58 0.61
Hex D5 63 CC 0 36 4 10 131 3A 3D
Octal 325 143 314 0 66 4 20 461 72 75
Binary 11010101 1100011 11001100 0 110110 100 10000 100110001 111010 111101

Color Harmonies of #D563CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D563CC

Black with #D563CC

Text Example


Text Example

White with #D563CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D563CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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