Html Css Color HEX #D483DC Orchid

📋 copy color: '#D483DC'

red 212 ◦ green 131 ◦ blue 220

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

Shades of Orchid #D483DC

Tints of Orchid #D483DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 37.66%
G = 23.27%
B = 39.08%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D483DC (or 0xD483DC) is known color: Orchid. HEX triplet: D4, 83 and DC. RGB value is (212,131,220). Sum of RGB (Red+Green+Blue) = 212+131+220=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D483DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483DC is #2B7C23. Grayscale: #A5A5A5. Windows color (decimal): -2849828 or 14451668. OLE color: 14451668.

HSL color Cylindrical-coordinate representation of color #D483DC: hue angle of 294.61º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D483DC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 131 220 -
CMYK 0.04 0.40 0 0.14
HSL 294.61º 0.56% 0.69% -
HSV(B) 294.61º 0.4% 0.86% -
XYZ 48.19 35.4 72 -
YUV 165.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 212 131 220 0.04 0.40 0 0.14 294.61 0.56 0.69
Hex D4 83 DC 4 28 0 E 127 38 45
Octal 324 203 334 4 50 0 16 447 70 105
Binary 11010100 10000011 11011100 100 101000 0 1110 100100111 111000 1000101

Color Harmonies of #D483DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D483DC

Black with #D483DC

Text Example


Text Example

White with #D483DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D483DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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