Html Css Color HEX #D481C4 Orchid

📋 copy color: '#D481C4'

red 212 ◦ green 129 ◦ blue 196

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

Shades of Orchid #D481C4

Tints of Orchid #D481C4

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.02%

 BLUE value IS 196 (76.95% from 255) = 36.5%

R = 39.48%
G = 24.02%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D481C4 (or 0xD481C4) is known color: Orchid. HEX triplet: D4, 81 and C4. RGB value is (212,129,196). Sum of RGB (Red+Green+Blue) = 212+129+196=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D481C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481C4 is #2B7E3B. Grayscale: #A1A1A1. Windows color (decimal): -2850364 or 12878292. OLE color: 12878292.

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

Color convert

RGB 212 129 196 -
CMYK 0 0.39 0.08 0.17
HSL 311.57º 0.49% 0.67% -
HSV(B) 311.57º 0.39% 0.83% -
XYZ 44.97 33.68 56.36 -
YUV 161.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 212 129 196 0 0.39 0.08 0.17 311.57 0.49 0.67
Hex D4 81 C4 0 27 8 11 138 31 43
Octal 324 201 304 0 47 10 21 470 61 103
Binary 11010100 10000001 11000100 0 100111 1000 10001 100111000 110001 1000011

Color Harmonies of #D481C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481C4

Black with #D481C4

Text Example


Text Example

White with #D481C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481C4; }

 p { color: rgb(212,129,196); }

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

background-color css

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

 a { background-color: rgb(212,129,196); }

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

border-color css

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

 span { border-color: rgb(212,129,196); }

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