Html Css Color HEX #D482C7 Orchid

📋 copy color: '#D482C7'

red 212 ◦ green 130 ◦ blue 199

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

Shades of Orchid #D482C7

Tints of Orchid #D482C7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.03%

 BLUE value IS 199 (78.13% from 255) = 36.78%

R = 39.19%
G = 24.03%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D482C7 (or 0xD482C7) is known color: Orchid. HEX triplet: D4, 82 and C7. RGB value is (212,130,199). Sum of RGB (Red+Green+Blue) = 212+130+199=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D482C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482C7 is #2B7D38. Grayscale: #A2A2A2. Windows color (decimal): -2850105 or 13075156. OLE color: 13075156.

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

Color convert

RGB 212 130 199 -
CMYK 0 0.39 0.06 0.17
HSL 309.51º 0.49% 0.67% -
HSV(B) 309.51º 0.39% 0.83% -
XYZ 45.44 34.09 58.22 -
YUV 162.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 212 130 199 0 0.39 0.06 0.17 309.51 0.49 0.67
Hex D4 82 C7 0 27 6 11 136 31 43
Octal 324 202 307 0 47 6 21 466 61 103
Binary 11010100 10000010 11000111 0 100111 110 10001 100110110 110001 1000011

Color Harmonies of #D482C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482C7

Black with #D482C7

Text Example


Text Example

White with #D482C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482C7; }

 p { color: rgb(212,130,199); }

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

background-color css

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

 a { background-color: rgb(212,130,199); }

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

border-color css

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

 span { border-color: rgb(212,130,199); }

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