Html Css Color HEX #D483C2 Orchid

📋 copy color: '#D483C2'

red 212 ◦ green 131 ◦ blue 194

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

Shades of Orchid #D483C2

Tints of Orchid #D483C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.13%

R = 39.48%
G = 24.39%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D483C2 (or 0xD483C2) is known color: Orchid. HEX triplet: D4, 83 and C2. RGB value is (212,131,194). Sum of RGB (Red+Green+Blue) = 212+131+194=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D483C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483C2 is #2B7C3D. Grayscale: #A2A2A2. Windows color (decimal): -2849854 or 12747732. OLE color: 12747732.

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

Color convert

RGB 212 131 194 -
CMYK 0 0.38 0.08 0.17
HSL 313.33º 0.49% 0.67% -
HSV(B) 313.33º 0.38% 0.83% -
XYZ 45.01 34.12 55.25 -
YUV 162.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 212 131 194 0 0.38 0.08 0.17 313.33 0.49 0.67
Hex D4 83 C2 0 26 8 11 139 31 43
Octal 324 203 302 0 46 10 21 471 61 103
Binary 11010100 10000011 11000010 0 100110 1000 10001 100111001 110001 1000011

Color Harmonies of #D483C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D483C2

Black with #D483C2

Text Example


Text Example

White with #D483C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D483C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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