Html Css Color HEX #D565C8 Orchid

📋 copy color: '#D565C8'

red 213 ◦ green 101 ◦ blue 200

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

Shades of Orchid #D565C8

Tints of Orchid #D565C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.91%

R = 41.44%
G = 19.65%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D565C8 (or 0xD565C8) is known color: Orchid. HEX triplet: D5, 65 and C8. RGB value is (213,101,200). Sum of RGB (Red+Green+Blue) = 213+101+200=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D565C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565C8 is #2A9A37. Grayscale: #919191. Windows color (decimal): -2791992 or 13133269. OLE color: 13133269.

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

Color convert

RGB 213 101 200 -
CMYK 0 0.53 0.06 0.16
HSL 306.96º 0.57% 0.62% -
HSV(B) 306.96º 0.53% 0.84% -
XYZ 42.52 27.62 57.73 -
YUV 145.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 213 101 200 0 0.53 0.06 0.16 306.96 0.57 0.62
Hex D5 65 C8 0 35 6 10 133 39 3E
Octal 325 145 310 0 65 6 20 463 71 76
Binary 11010101 1100101 11001000 0 110101 110 10000 100110011 111001 111110

Color Harmonies of #D565C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565C8

Black with #D565C8

Text Example


Text Example

White with #D565C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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