Html Css Color HEX #D381CC Orchid

📋 copy color: '#D381CC'

red 211 ◦ green 129 ◦ blue 204

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

Shades of Orchid #D381CC

Tints of Orchid #D381CC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.71%

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

R = 38.79%
G = 23.71%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D381CC (or 0xD381CC) is known color: Orchid. HEX triplet: D3, 81 and CC. RGB value is (211,129,204). Sum of RGB (Red+Green+Blue) = 211+129+204=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D381CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381CC is #2C7E33. Grayscale: #A1A1A1. Windows color (decimal): -2915892 or 13402579. OLE color: 13402579.

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

Color convert

RGB 211 129 204 -
CMYK 0 0.39 0.03 0.17
HSL 305.12º 0.48% 0.67% -
HSV(B) 305.12º 0.39% 0.83% -
XYZ 45.61 33.91 61.27 -
YUV 162.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 211 129 204 0 0.39 0.03 0.17 305.12 0.48 0.67
Hex D3 81 CC 0 27 3 11 131 30 43
Octal 323 201 314 0 47 3 21 461 60 103
Binary 11010011 10000001 11001100 0 100111 11 10001 100110001 110000 1000011

Color Harmonies of #D381CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381CC

Black with #D381CC

Text Example


Text Example

White with #D381CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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