Html Css Color HEX #D482CD Orchid

📋 copy color: '#D482CD'

red 212 ◦ green 130 ◦ blue 205

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

Shades of Orchid #D482CD

Tints of Orchid #D482CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.48%

R = 38.76%
G = 23.77%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D482CD (or 0xD482CD) is known color: Orchid. HEX triplet: D4, 82 and CD. RGB value is (212,130,205). Sum of RGB (Red+Green+Blue) = 212+130+205=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D482CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482CD is #2B7D32. Grayscale: #A2A2A2. Windows color (decimal): -2850099 or 13468372. OLE color: 13468372.

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

Color convert

RGB 212 130 205 -
CMYK 0 0.39 0.03 0.17
HSL 305.12º 0.49% 0.67% -
HSV(B) 305.12º 0.39% 0.83% -
XYZ 46.15 34.37 61.96 -
YUV 163.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 212 130 205 0 0.39 0.03 0.17 305.12 0.49 0.67
Hex D4 82 CD 0 27 3 11 131 31 43
Octal 324 202 315 0 47 3 21 461 61 103
Binary 11010100 10000010 11001101 0 100111 11 10001 100110001 110001 1000011

Color Harmonies of #D482CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482CD

Black with #D482CD

Text Example


Text Example

White with #D482CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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