Html Css Color HEX #D482CF Orchid

📋 copy color: '#D482CF'

red 212 ◦ green 130 ◦ blue 207

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

Shades of Orchid #D482CF

Tints of Orchid #D482CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 38.62%
G = 23.68%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D482CF (or 0xD482CF) is known color: Orchid. HEX triplet: D4, 82 and CF. RGB value is (212,130,207). Sum of RGB (Red+Green+Blue) = 212+130+207=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D482CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482CF is #2B7D30. Grayscale: #A3A3A3. Windows color (decimal): -2850097 or 13599444. OLE color: 13599444.

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

Color convert

RGB 212 130 207 -
CMYK 0 0.39 0.02 0.17
HSL 303.66º 0.49% 0.67% -
HSV(B) 303.66º 0.39% 0.83% -
XYZ 46.4 34.47 63.24 -
YUV 163.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 212 130 207 0 0.39 0.02 0.17 303.66 0.49 0.67
Hex D4 82 CF 0 27 2 11 130 31 43
Octal 324 202 317 0 47 2 21 460 61 103
Binary 11010100 10000010 11001111 0 100111 10 10001 100110000 110001 1000011

Color Harmonies of #D482CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482CF

Black with #D482CF

Text Example


Text Example

White with #D482CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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