Html Css Color HEX #D183D4 Orchid

📋 copy color: '#D183D4'

red 209 ◦ green 131 ◦ blue 212

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

Shades of Orchid #D183D4

Tints of Orchid #D183D4

RGB

 RED value IS 209 (82.03% from 255) = 37.86%

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

 BLUE value IS 212 (83.2% from 255) = 38.41%

R = 37.86%
G = 23.73%
B = 38.41%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D183D4 (or 0xD183D4) is known color: Orchid. HEX triplet: D1, 83 and D4. RGB value is (209,131,212). Sum of RGB (Red+Green+Blue) = 209+131+212=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 212 - color contains mainly: blue. Hex color #D183D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183D4 is #2E7C2B. Grayscale: #A3A3A3. Windows color (decimal): -3046444 or 13927377. OLE color: 13927377.

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

Color convert

RGB 209 131 212 -
CMYK 0.01 0.38 0 0.17
HSL 297.78º 0.49% 0.67% -
HSV(B) 297.78º 0.38% 0.83% -
XYZ 46.29 34.54 66.51 -
YUV 163.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 209 131 212 0.01 0.38 0 0.17 297.78 0.49 0.67
Hex D1 83 D4 1 26 0 11 12A 31 43
Octal 321 203 324 1 46 0 21 452 61 103
Binary 11010001 10000011 11010100 1 100110 0 10001 100101010 110001 1000011

Color Harmonies of #D183D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D183D4

Black with #D183D4

Text Example


Text Example

White with #D183D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D183D4; }

 p { color: rgb(209,131,212); }

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

background-color css

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

 a { background-color: rgb(209,131,212); }

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

border-color css

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

 span { border-color: rgb(209,131,212); }

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