Html Css Color HEX #D380C3 Orchid

📋 copy color: '#D380C3'

red 211 ◦ green 128 ◦ blue 195

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

Shades of Orchid #D380C3

Tints of Orchid #D380C3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.97%

 BLUE value IS 195 (76.56% from 255) = 36.52%

R = 39.51%
G = 23.97%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D380C3 (or 0xD380C3) is known color: Orchid. HEX triplet: D3, 80 and C3. RGB value is (211,128,195). Sum of RGB (Red+Green+Blue) = 211+128+195=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D380C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380C3 is #2C7F3C. Grayscale: #A0A0A0. Windows color (decimal): -2916157 or 12812499. OLE color: 12812499.

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

Color convert

RGB 211 128 195 -
CMYK 0 0.39 0.08 0.17
HSL 311.57º 0.49% 0.66% -
HSV(B) 311.57º 0.39% 0.83% -
XYZ 44.43 33.23 55.7 -
YUV 160.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 211 128 195 0 0.39 0.08 0.17 311.57 0.49 0.66
Hex D3 80 C3 0 27 8 11 138 31 42
Octal 323 200 303 0 47 10 21 470 61 102
Binary 11010011 10000000 11000011 0 100111 1000 10001 100111000 110001 1000010

Color Harmonies of #D380C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380C3

Black with #D380C3

Text Example


Text Example

White with #D380C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380C3; }

 p { color: rgb(211,128,195); }

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

background-color css

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

 a { background-color: rgb(211,128,195); }

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

border-color css

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

 span { border-color: rgb(211,128,195); }

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