Html Css Color HEX #D565C5 Orchid

📋 copy color: '#D565C5'

red 213 ◦ green 101 ◦ blue 197

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

Shades of Orchid #D565C5

Tints of Orchid #D565C5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.77%

 BLUE value IS 197 (77.34% from 255) = 38.55%

R = 41.68%
G = 19.77%
B = 38.55%

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

#D565C5 (or 0xD565C5) is known color: Orchid. HEX triplet: D5, 65 and C5. RGB value is (213,101,197). Sum of RGB (Red+Green+Blue) = 213+101+197=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D565C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565C5 is #2A9A3A. Grayscale: #919191. Windows color (decimal): -2791995 or 12936661. OLE color: 12936661.

HSL color Cylindrical-coordinate representation of color #D565C5: hue angle of 308.57º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D565C5 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 197 -
CMYK 0 0.53 0.08 0.16
HSL 308.57º 0.57% 0.62% -
HSV(B) 308.57º 0.53% 0.84% -
XYZ 42.17 27.48 55.91 -
YUV 145.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 213 101 197 0 0.53 0.08 0.16 308.57 0.57 0.62
Hex D5 65 C5 0 35 8 10 135 39 3E
Octal 325 145 305 0 65 10 20 465 71 76
Binary 11010101 1100101 11000101 0 110101 1000 10000 100110101 111001 111110

Color Harmonies of #D565C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565C5

Black with #D565C5

Text Example


Text Example

White with #D565C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565C5; }

 p { color: rgb(213,101,197); }

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

background-color css

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

 a { background-color: rgb(213,101,197); }

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

border-color css

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

 span { border-color: rgb(213,101,197); }

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