Html Css Color HEX #D383CE Orchid

📋 copy color: '#D383CE'

red 211 ◦ green 131 ◦ blue 206

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

Shades of Orchid #D383CE

Tints of Orchid #D383CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 38.5%
G = 23.91%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D383CE (or 0xD383CE) is known color: Orchid. HEX triplet: D3, 83 and CE. RGB value is (211,131,206). Sum of RGB (Red+Green+Blue) = 211+131+206=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D383CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383CE is #2C7C31. Grayscale: #A3A3A3. Windows color (decimal): -2915378 or 13534163. OLE color: 13534163.

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

Color convert

RGB 211 131 206 -
CMYK 0 0.38 0.02 0.17
HSL 303.75º 0.48% 0.67% -
HSV(B) 303.75º 0.38% 0.83% -
XYZ 46.12 34.54 62.63 -
YUV 163.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 211 131 206 0 0.38 0.02 0.17 303.75 0.48 0.67
Hex D3 83 CE 0 26 2 11 130 30 43
Octal 323 203 316 0 46 2 21 460 60 103
Binary 11010011 10000011 11001110 0 100110 10 10001 100110000 110000 1000011

Color Harmonies of #D383CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383CE

Black with #D383CE

Text Example


Text Example

White with #D383CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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