Html Css Color HEX #D565C1 Orchid

📋 copy color: '#D565C1'

red 213 ◦ green 101 ◦ blue 193

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

Shades of Orchid #D565C1

Tints of Orchid #D565C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 42.01%
G = 19.92%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D565C1 (or 0xD565C1) is known color: Orchid. HEX triplet: D5, 65 and C1. RGB value is (213,101,193). Sum of RGB (Red+Green+Blue) = 213+101+193=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D565C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565C1 is #2A9A3E. Grayscale: #909090. Windows color (decimal): -2791999 or 12674517. OLE color: 12674517.

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

Color convert

RGB 213 101 193 -
CMYK 0 0.53 0.09 0.16
HSL 310.71º 0.57% 0.62% -
HSV(B) 310.71º 0.53% 0.84% -
XYZ 41.72 27.3 53.52 -
YUV 144.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 213 101 193 0 0.53 0.09 0.16 310.71 0.57 0.62
Hex D5 65 C1 0 35 9 10 137 39 3E
Octal 325 145 301 0 65 11 20 467 71 76
Binary 11010101 1100101 11000001 0 110101 1001 10000 100110111 111001 111110

Color Harmonies of #D565C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565C1

Black with #D565C1

Text Example


Text Example

White with #D565C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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