Html Css Color HEX #D564CE Orchid

📋 copy color: '#D564CE'

red 213 ◦ green 100 ◦ blue 206

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

Shades of Orchid #D564CE

Tints of Orchid #D564CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 41.04%
G = 19.27%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D564CE (or 0xD564CE) is known color: Orchid. HEX triplet: D5, 64 and CE. RGB value is (213,100,206). Sum of RGB (Red+Green+Blue) = 213+100+206=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D564CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564CE is #2A9B31. Grayscale: #919191. Windows color (decimal): -2792242 or 13526229. OLE color: 13526229.

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

Color convert

RGB 213 100 206 -
CMYK 0 0.53 0.03 0.16
HSL 303.72º 0.57% 0.61% -
HSV(B) 303.72º 0.53% 0.84% -
XYZ 43.14 27.72 61.47 -
YUV 145.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 213 100 206 0 0.53 0.03 0.16 303.72 0.57 0.61
Hex D5 64 CE 0 35 3 10 130 39 3D
Octal 325 144 316 0 65 3 20 460 71 75
Binary 11010101 1100100 11001110 0 110101 11 10000 100110000 111001 111101

Color Harmonies of #D564CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564CE

Black with #D564CE

Text Example


Text Example

White with #D564CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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