Html Css Color HEX #D565D0 Orchid

📋 copy color: '#D565D0'

red 213 ◦ green 101 ◦ blue 208

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

Shades of Orchid #D565D0

Tints of Orchid #D565D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 40.8%
G = 19.35%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D565D0 (or 0xD565D0) is known color: Orchid. HEX triplet: D5, 65 and D0. RGB value is (213,101,208). Sum of RGB (Red+Green+Blue) = 213+101+208=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D565D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565D0 is #2A9A2F. Grayscale: #929292. Windows color (decimal): -2791984 or 13657557. OLE color: 13657557.

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

Color convert

RGB 213 101 208 -
CMYK 0 0.53 0.02 0.16
HSL 302.68º 0.57% 0.62% -
HSV(B) 302.68º 0.53% 0.84% -
XYZ 43.48 28.01 62.79 -
YUV 146.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 213 101 208 0 0.53 0.02 0.16 302.68 0.57 0.62
Hex D5 65 D0 0 35 2 10 12F 39 3E
Octal 325 145 320 0 65 2 20 457 71 76
Binary 11010101 1100101 11010000 0 110101 10 10000 100101111 111001 111110

Color Harmonies of #D565D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565D0

Black with #D565D0

Text Example


Text Example

White with #D565D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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