Html Css Color HEX #D383C5 Orchid

📋 copy color: '#D383C5'

red 211 ◦ green 131 ◦ blue 197

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

Shades of Orchid #D383C5

Tints of Orchid #D383C5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.3%

 BLUE value IS 197 (77.34% from 255) = 36.55%

R = 39.15%
G = 24.3%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D383C5 (or 0xD383C5) is known color: Orchid. HEX triplet: D3, 83 and C5. RGB value is (211,131,197). Sum of RGB (Red+Green+Blue) = 211+131+197=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D383C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383C5 is #2C7C3A. Grayscale: #A2A2A2. Windows color (decimal): -2915387 or 12944339. OLE color: 12944339.

HSL color Cylindrical-coordinate representation of color #D383C5: hue angle of 310.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D383C5 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 131 197 -
CMYK 0 0.38 0.07 0.17
HSL 310.5º 0.48% 0.67% -
HSV(B) 310.5º 0.38% 0.83% -
XYZ 45.06 34.11 57.03 -
YUV 162.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 211 131 197 0 0.38 0.07 0.17 310.5 0.48 0.67
Hex D3 83 C5 0 26 7 11 136 30 43
Octal 323 203 305 0 46 7 21 466 60 103
Binary 11010011 10000011 11000101 0 100110 111 10001 100110110 110000 1000011

Color Harmonies of #D383C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383C5

Black with #D383C5

Text Example


Text Example

White with #D383C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383C5; }

 p { color: rgb(211,131,197); }

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

background-color css

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

 a { background-color: rgb(211,131,197); }

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

border-color css

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

 span { border-color: rgb(211,131,197); }

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