Html Css Color HEX #D483DF Orchid

📋 copy color: '#D483DF'

red 212 ◦ green 131 ◦ blue 223

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

Shades of Orchid #D483DF

Tints of Orchid #D483DF

RGB

 RED value IS 212 (83.2% from 255) = 37.46%

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 37.46%
G = 23.14%
B = 39.4%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D483DF (or 0xD483DF) is known color: Orchid. HEX triplet: D4, 83 and DF. RGB value is (212,131,223). Sum of RGB (Red+Green+Blue) = 212+131+223=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #D483DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483DF is #2B7C20. Grayscale: #A5A5A5. Windows color (decimal): -2849825 or 14648276. OLE color: 14648276.

HSL color Cylindrical-coordinate representation of color #D483DF: hue angle of 292.83º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D483DF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 131 223 -
CMYK 0.05 0.41 0 0.13
HSL 292.83º 0.59% 0.69% -
HSV(B) 292.83º 0.41% 0.87% -
XYZ 48.59 35.56 74.11 -
YUV 165.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 212 131 223 0.05 0.41 0 0.13 292.83 0.59 0.69
Hex D4 83 DF 5 29 0 D 125 3B 45
Octal 324 203 337 5 51 0 15 445 73 105
Binary 11010100 10000011 11011111 101 101001 0 1101 100100101 111011 1000101

Color Harmonies of #D483DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D483DF

Black with #D483DF

Text Example


Text Example

White with #D483DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D483DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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