Html Css Color HEX #D565CD Orchid

📋 copy color: '#D565CD'

red 213 ◦ green 101 ◦ blue 205

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

Shades of Orchid #D565CD

Tints of Orchid #D565CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 41.04%
G = 19.46%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D565CD (or 0xD565CD) is known color: Orchid. HEX triplet: D5, 65 and CD. RGB value is (213,101,205). Sum of RGB (Red+Green+Blue) = 213+101+205=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D565CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565CD is #2A9A32. Grayscale: #929292. Windows color (decimal): -2791987 or 13460949. OLE color: 13460949.

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

Color convert

RGB 213 101 205 -
CMYK 0 0.53 0.04 0.16
HSL 304.29º 0.57% 0.62% -
HSV(B) 304.29º 0.53% 0.84% -
XYZ 43.11 27.86 60.86 -
YUV 146.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 213 101 205 0 0.53 0.04 0.16 304.29 0.57 0.62
Hex D5 65 CD 0 35 4 10 130 39 3E
Octal 325 145 315 0 65 4 20 460 71 76
Binary 11010101 1100101 11001101 0 110101 100 10000 100110000 111001 111110

Color Harmonies of #D565CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565CD

Black with #D565CD

Text Example


Text Example

White with #D565CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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