Html Css Color HEX #D561CF Orchid

📋 copy color: '#D561CF'

red 213 ◦ green 97 ◦ blue 207

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

Shades of Orchid #D561CF

Tints of Orchid #D561CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.76%

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

R = 41.2%
G = 18.76%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D561CF (or 0xD561CF) is known color: Orchid. HEX triplet: D5, 61 and CF. RGB value is (213,97,207). Sum of RGB (Red+Green+Blue) = 213+97+207=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D561CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561CF is #2A9E30. Grayscale: #8F8F8F. Windows color (decimal): -2793009 or 13590997. OLE color: 13590997.

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

Color convert

RGB 213 97 207 -
CMYK 0 0.54 0.03 0.16
HSL 303.1º 0.58% 0.61% -
HSV(B) 303.1º 0.54% 0.84% -
XYZ 42.98 27.2 62.02 -
YUV 144.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 213 97 207 0 0.54 0.03 0.16 303.1 0.58 0.61
Hex D5 61 CF 0 36 3 10 12F 3A 3D
Octal 325 141 317 0 66 3 20 457 72 75
Binary 11010101 1100001 11001111 0 110110 11 10000 100101111 111010 111101

Color Harmonies of #D561CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561CF

Black with #D561CF

Text Example


Text Example

White with #D561CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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