Html Css Color HEX #D363C8 Orchid

📋 copy color: '#D363C8'

red 211 ◦ green 99 ◦ blue 200

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

Shades of Orchid #D363C8

Tints of Orchid #D363C8

RGB

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

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

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

R = 41.37%
G = 19.41%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D363C8 (or 0xD363C8) is known color: Orchid. HEX triplet: D3, 63 and C8. RGB value is (211,99,200). Sum of RGB (Red+Green+Blue) = 211+99+200=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D363C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363C8 is #2C9C37. Grayscale: #8F8F8F. Windows color (decimal): -2923576 or 13132755. OLE color: 13132755.

HSL color Cylindrical-coordinate representation of color #D363C8: hue angle of 305.89º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D363C8 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 99 200 -
CMYK 0 0.53 0.05 0.17
HSL 305.89º 0.56% 0.61% -
HSV(B) 305.89º 0.53% 0.83% -
XYZ 41.75 26.94 57.64 -
YUV 144 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 211 99 200 0 0.53 0.05 0.17 305.89 0.56 0.61
Hex D3 63 C8 0 35 5 11 132 38 3D
Octal 323 143 310 0 65 5 21 462 70 75
Binary 11010011 1100011 11001000 0 110101 101 10001 100110010 111000 111101

Color Harmonies of #D363C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D363C8

Black with #D363C8

Text Example


Text Example

White with #D363C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D363C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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