Html Css Color HEX #D363D5 Orchid

📋 copy color: '#D363D5'

red 211 ◦ green 99 ◦ blue 213

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

Shades of Orchid #D363D5

Tints of Orchid #D363D5

RGB

 RED value IS 211 (82.81% from 255) = 40.34%

 GREEN value IS 99 (39.06% from 255) = 18.93%

 BLUE value IS 213 (83.59% from 255) = 40.73%

R = 40.34%
G = 18.93%
B = 40.73%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D363D5 (or 0xD363D5) is known color: Orchid. HEX triplet: D3, 63 and D5. RGB value is (211,99,213). Sum of RGB (Red+Green+Blue) = 211+99+213=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #D363D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363D5 is #2C9C2A. Grayscale: #919191. Windows color (decimal): -2923563 or 13984723. OLE color: 13984723.

HSL color Cylindrical-coordinate representation of color #D363D5: hue angle of 298.95º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D363D5 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 99 213 -
CMYK 0.01 0.54 0 0.16
HSL 298.95º 0.58% 0.61% -
HSV(B) 298.95º 0.54% 0.84% -
XYZ 43.34 27.58 65.99 -
YUV 145.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 211 99 213 0.01 0.54 0 0.16 298.95 0.58 0.61
Hex D3 63 D5 1 36 0 10 12B 3A 3D
Octal 323 143 325 1 66 0 20 453 72 75
Binary 11010011 1100011 11010101 1 110110 0 10000 100101011 111010 111101

Color Harmonies of #D363D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D363D5

Black with #D363D5

Text Example


Text Example

White with #D363D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D363D5; }

 p { color: rgb(211,99,213); }

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

background-color css

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

 a { background-color: rgb(211,99,213); }

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

border-color css

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

 span { border-color: rgb(211,99,213); }

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