Html Css Color HEX #D564C8 Orchid

📋 copy color: '#D564C8'

red 213 ◦ green 100 ◦ blue 200

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

Shades of Orchid #D564C8

Tints of Orchid #D564C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.99%

R = 41.52%
G = 19.49%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D564C8 (or 0xD564C8) is known color: Orchid. HEX triplet: D5, 64 and C8. RGB value is (213,100,200). Sum of RGB (Red+Green+Blue) = 213+100+200=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D564C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564C8 is #2A9B37. Grayscale: #909090. Windows color (decimal): -2792248 or 13133013. OLE color: 13133013.

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

Color convert

RGB 213 100 200 -
CMYK 0 0.53 0.06 0.16
HSL 306.9º 0.57% 0.61% -
HSV(B) 306.9º 0.53% 0.84% -
XYZ 42.42 27.43 57.7 -
YUV 145.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 213 100 200 0 0.53 0.06 0.16 306.9 0.57 0.61
Hex D5 64 C8 0 35 6 10 133 39 3D
Octal 325 144 310 0 65 6 20 463 71 75
Binary 11010101 1100100 11001000 0 110101 110 10000 100110011 111001 111101

Color Harmonies of #D564C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564C8

Black with #D564C8

Text Example


Text Example

White with #D564C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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