Html Css Color HEX #D564CC Orchid

📋 copy color: '#D564CC'

red 213 ◦ green 100 ◦ blue 204

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

Shades of Orchid #D564CC

Tints of Orchid #D564CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.34%

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

R = 41.2%
G = 19.34%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D564CC (or 0xD564CC) is known color: Orchid. HEX triplet: D5, 64 and CC. RGB value is (213,100,204). Sum of RGB (Red+Green+Blue) = 213+100+204=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D564CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564CC is #2A9B33. Grayscale: #919191. Windows color (decimal): -2792244 or 13395157. OLE color: 13395157.

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

Color convert

RGB 213 100 204 -
CMYK 0 0.53 0.04 0.16
HSL 304.78º 0.57% 0.61% -
HSV(B) 304.78º 0.53% 0.84% -
XYZ 42.9 27.62 60.2 -
YUV 145.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 213 100 204 0 0.53 0.04 0.16 304.78 0.57 0.61
Hex D5 64 CC 0 35 4 10 131 39 3D
Octal 325 144 314 0 65 4 20 461 71 75
Binary 11010101 1100100 11001100 0 110101 100 10000 100110001 111001 111101

Color Harmonies of #D564CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564CC

Black with #D564CC

Text Example


Text Example

White with #D564CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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