Html Css Color HEX #D565C6 Orchid

📋 copy color: '#D565C6'

red 213 ◦ green 101 ◦ blue 198

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

Shades of Orchid #D565C6

Tints of Orchid #D565C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 41.6%
G = 19.73%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D565C6 (or 0xD565C6) is known color: Orchid. HEX triplet: D5, 65 and C6. RGB value is (213,101,198). Sum of RGB (Red+Green+Blue) = 213+101+198=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D565C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565C6 is #2A9A39. Grayscale: #919191. Windows color (decimal): -2791994 or 13002197. OLE color: 13002197.

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

Color convert

RGB 213 101 198 -
CMYK 0 0.53 0.07 0.16
HSL 308.04º 0.57% 0.62% -
HSV(B) 308.04º 0.53% 0.84% -
XYZ 42.29 27.53 56.51 -
YUV 145.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 213 101 198 0 0.53 0.07 0.16 308.04 0.57 0.62
Hex D5 65 C6 0 35 7 10 134 39 3E
Octal 325 145 306 0 65 7 20 464 71 76
Binary 11010101 1100101 11000110 0 110101 111 10000 100110100 111001 111110

Color Harmonies of #D565C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565C6

Black with #D565C6

Text Example


Text Example

White with #D565C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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