Html Css Color HEX #D565BC Orchid

📋 copy color: '#D565BC'

red 213 ◦ green 101 ◦ blue 188

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

Shades of Orchid #D565BC

Tints of Orchid #D565BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 42.43%
G = 20.12%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D565BC (or 0xD565BC) is known color: Orchid. HEX triplet: D5, 65 and BC. RGB value is (213,101,188). Sum of RGB (Red+Green+Blue) = 213+101+188=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D565BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565BC is #2A9A43. Grayscale: #909090. Windows color (decimal): -2792004 or 12346837. OLE color: 12346837.

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

Color convert

RGB 213 101 188 -
CMYK 0 0.53 0.12 0.16
HSL 313.39º 0.57% 0.62% -
HSV(B) 313.39º 0.53% 0.84% -
XYZ 41.17 27.08 50.63 -
YUV 144.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 213 101 188 0 0.53 0.12 0.16 313.39 0.57 0.62
Hex D5 65 BC 0 35 C 10 139 39 3E
Octal 325 145 274 0 65 14 20 471 71 76
Binary 11010101 1100101 10111100 0 110101 1100 10000 100111001 111001 111110

Color Harmonies of #D565BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565BC

Black with #D565BC

Text Example


Text Example

White with #D565BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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