Html Css Color HEX #D565D5 Orchid

📋 copy color: '#D565D5'

red 213 ◦ green 101 ◦ blue 213

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

Shades of Orchid #D565D5

Tints of Orchid #D565D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.42%

R = 40.42%
G = 19.17%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D565D5 (or 0xD565D5) is known color: Orchid. HEX triplet: D5, 65 and D5. RGB value is (213,101,213). Sum of RGB (Red+Green+Blue) = 213+101+213=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D565D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565D5 is #2A9A2A. Grayscale: #929292. Windows color (decimal): -2791979 or 13985237. OLE color: 13985237.

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

Color convert

RGB 213 101 213 -
CMYK 0 0.53 0 0.16
HSL 300º 0.57% 0.62% -
HSV(B) 300º 0.53% 0.84% -
XYZ 44.1 28.26 66.08 -
YUV 147.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 213 101 213 0 0.53 0 0.16 300 0.57 0.62
Hex D5 65 D5 0 35 0 10 12C 39 3E
Octal 325 145 325 0 65 0 20 454 71 76
Binary 11010101 1100101 11010101 0 110101 0 10000 100101100 111001 111110

Color Harmonies of #D565D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565D5

Black with #D565D5

Text Example


Text Example

White with #D565D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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