Html Css Color HEX #D482CA Orchid

📋 copy color: '#D482CA'

red 212 ◦ green 130 ◦ blue 202

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

Shades of Orchid #D482CA

Tints of Orchid #D482CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 38.97%
G = 23.9%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D482CA (or 0xD482CA) is known color: Orchid. HEX triplet: D4, 82 and CA. RGB value is (212,130,202). Sum of RGB (Red+Green+Blue) = 212+130+202=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D482CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482CA is #2B7D35. Grayscale: #A2A2A2. Windows color (decimal): -2850102 or 13271764. OLE color: 13271764.

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

Color convert

RGB 212 130 202 -
CMYK 0 0.39 0.05 0.17
HSL 307.32º 0.49% 0.67% -
HSV(B) 307.32º 0.39% 0.83% -
XYZ 45.79 34.23 60.07 -
YUV 162.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 212 130 202 0 0.39 0.05 0.17 307.32 0.49 0.67
Hex D4 82 CA 0 27 5 11 133 31 43
Octal 324 202 312 0 47 5 21 463 61 103
Binary 11010100 10000010 11001010 0 100111 101 10001 100110011 110001 1000011

Color Harmonies of #D482CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482CA

Black with #D482CA

Text Example


Text Example

White with #D482CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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