Html Css Color HEX #D383CC Orchid

📋 copy color: '#D383CC'

red 211 ◦ green 131 ◦ blue 204

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

Shades of Orchid #D383CC

Tints of Orchid #D383CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 38.64%
G = 23.99%
B = 37.36%

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

#D383CC (or 0xD383CC) is known color: Orchid. HEX triplet: D3, 83 and CC. RGB value is (211,131,204). Sum of RGB (Red+Green+Blue) = 211+131+204=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D383CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383CC is #2C7C33. Grayscale: #A3A3A3. Windows color (decimal): -2915380 or 13403091. OLE color: 13403091.

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

Color convert

RGB 211 131 204 -
CMYK 0 0.38 0.03 0.17
HSL 305.25º 0.48% 0.67% -
HSV(B) 305.25º 0.38% 0.83% -
XYZ 45.88 34.44 61.36 -
YUV 163.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 211 131 204 0 0.38 0.03 0.17 305.25 0.48 0.67
Hex D3 83 CC 0 26 3 11 131 30 43
Octal 323 203 314 0 46 3 21 461 60 103
Binary 11010011 10000011 11001100 0 100110 11 10001 100110001 110000 1000011

Color Harmonies of #D383CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383CC

Black with #D383CC

Text Example


Text Example

White with #D383CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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