Html Css Color HEX #D363DA Orchid

📋 copy color: '#D363DA'

red 211 ◦ green 99 ◦ blue 218

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

Shades of Orchid #D363DA

Tints of Orchid #D363DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 39.96%
G = 18.75%
B = 41.29%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D363DA (or 0xD363DA) is known color: Orchid. HEX triplet: D3, 63 and DA. RGB value is (211,99,218). Sum of RGB (Red+Green+Blue) = 211+99+218=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #D363DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363DA is #2C9C25. Grayscale: #919191. Windows color (decimal): -2923558 or 14312403. OLE color: 14312403.

HSL color Cylindrical-coordinate representation of color #D363DA: hue angle of 296.47º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D363DA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 99 218 -
CMYK 0.03 0.55 0 0.15
HSL 296.47º 0.62% 0.62% -
HSV(B) 296.47º 0.55% 0.85% -
XYZ 43.98 27.83 69.38 -
YUV 146.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 211 99 218 0.03 0.55 0 0.15 296.47 0.62 0.62
Hex D3 63 DA 3 37 0 F 128 3E 3E
Octal 323 143 332 3 67 0 17 450 76 76
Binary 11010011 1100011 11011010 11 110111 0 1111 100101000 111110 111110

Color Harmonies of #D363DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D363DA

Black with #D363DA

Text Example


Text Example

White with #D363DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D363DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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