Html Css Color HEX #D564C4 Orchid

📋 copy color: '#D564C4'

red 213 ◦ green 100 ◦ blue 196

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

Shades of Orchid #D564C4

Tints of Orchid #D564C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 41.85%
G = 19.65%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D564C4 (or 0xD564C4) is known color: Orchid. HEX triplet: D5, 64 and C4. RGB value is (213,100,196). Sum of RGB (Red+Green+Blue) = 213+100+196=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D564C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564C4 is #2A9B3B. Grayscale: #909090. Windows color (decimal): -2792252 or 12870869. OLE color: 12870869.

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

Color convert

RGB 213 100 196 -
CMYK 0 0.53 0.08 0.16
HSL 309.03º 0.57% 0.61% -
HSV(B) 309.03º 0.53% 0.84% -
XYZ 41.96 27.25 55.27 -
YUV 144.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 213 100 196 0 0.53 0.08 0.16 309.03 0.57 0.61
Hex D5 64 C4 0 35 8 10 135 39 3D
Octal 325 144 304 0 65 10 20 465 71 75
Binary 11010101 1100100 11000100 0 110101 1000 10000 100110101 111001 111101

Color Harmonies of #D564C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564C4

Black with #D564C4

Text Example


Text Example

White with #D564C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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