Html Css Color HEX #D564CF Orchid

📋 copy color: '#D564CF'

red 213 ◦ green 100 ◦ blue 207

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

Shades of Orchid #D564CF

Tints of Orchid #D564CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 40.96%
G = 19.23%
B = 39.81%

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

#D564CF (or 0xD564CF) is known color: Orchid. HEX triplet: D5, 64 and CF. RGB value is (213,100,207). Sum of RGB (Red+Green+Blue) = 213+100+207=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D564CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564CF is #2A9B30. Grayscale: #919191. Windows color (decimal): -2792241 or 13591765. OLE color: 13591765.

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

Color convert

RGB 213 100 207 -
CMYK 0 0.53 0.03 0.16
HSL 303.19º 0.57% 0.61% -
HSV(B) 303.19º 0.53% 0.84% -
XYZ 43.26 27.77 62.11 -
YUV 145.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 213 100 207 0 0.53 0.03 0.16 303.19 0.57 0.61
Hex D5 64 CF 0 35 3 10 12F 39 3D
Octal 325 144 317 0 65 3 20 457 71 75
Binary 11010101 1100100 11001111 0 110101 11 10000 100101111 111001 111101

Color Harmonies of #D564CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564CF

Black with #D564CF

Text Example


Text Example

White with #D564CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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