Html Css Color HEX #D363C6 Orchid

📋 copy color: '#D363C6'

red 211 ◦ green 99 ◦ blue 198

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

Shades of Orchid #D363C6

Tints of Orchid #D363C6

RGB

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

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

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

R = 41.54%
G = 19.49%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D363C6 (or 0xD363C6) is known color: Orchid. HEX triplet: D3, 63 and C6. RGB value is (211,99,198). Sum of RGB (Red+Green+Blue) = 211+99+198=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D363C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363C6 is #2C9C39. Grayscale: #8F8F8F. Windows color (decimal): -2923578 or 13001683. OLE color: 13001683.

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

Color convert

RGB 211 99 198 -
CMYK 0 0.53 0.06 0.17
HSL 306.96º 0.56% 0.61% -
HSV(B) 306.96º 0.53% 0.83% -
XYZ 41.52 26.85 56.42 -
YUV 143.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 211 99 198 0 0.53 0.06 0.17 306.96 0.56 0.61
Hex D3 63 C6 0 35 6 11 133 38 3D
Octal 323 143 306 0 65 6 21 463 70 75
Binary 11010011 1100011 11000110 0 110101 110 10001 100110011 111000 111101

Color Harmonies of #D363C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D363C6

Black with #D363C6

Text Example


Text Example

White with #D363C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D363C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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