Html Css Color HEX #D383CD Orchid

📋 copy color: '#D383CD'

red 211 ◦ green 131 ◦ blue 205

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

Shades of Orchid #D383CD

Tints of Orchid #D383CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.48%

R = 38.57%
G = 23.95%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D383CD (or 0xD383CD) is known color: Orchid. HEX triplet: D3, 83 and CD. RGB value is (211,131,205). Sum of RGB (Red+Green+Blue) = 211+131+205=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D383CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383CD is #2C7C32. Grayscale: #A3A3A3. Windows color (decimal): -2915379 or 13468627. OLE color: 13468627.

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

Color convert

RGB 211 131 205 -
CMYK 0 0.38 0.03 0.17
HSL 304.5º 0.48% 0.67% -
HSV(B) 304.5º 0.38% 0.83% -
XYZ 46 34.49 61.99 -
YUV 163.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 211 131 205 0 0.38 0.03 0.17 304.5 0.48 0.67
Hex D3 83 CD 0 26 3 11 130 30 43
Octal 323 203 315 0 46 3 21 460 60 103
Binary 11010011 10000011 11001101 0 100110 11 10001 100110000 110000 1000011

Color Harmonies of #D383CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383CD

Black with #D383CD

Text Example


Text Example

White with #D383CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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