Html Css Color HEX #D481CA Orchid

📋 copy color: '#D481CA'

red 212 ◦ green 129 ◦ blue 202

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

Shades of Orchid #D481CA

Tints of Orchid #D481CA

RGB

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

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

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

R = 39.04%
G = 23.76%
B = 37.2%

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

#D481CA (or 0xD481CA) is known color: Orchid. HEX triplet: D4, 81 and CA. RGB value is (212,129,202). Sum of RGB (Red+Green+Blue) = 212+129+202=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D481CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481CA is #2B7E35. Grayscale: #A1A1A1. Windows color (decimal): -2850358 or 13271508. OLE color: 13271508.

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

Color convert

RGB 212 129 202 -
CMYK 0 0.39 0.05 0.17
HSL 307.23º 0.49% 0.67% -
HSV(B) 307.23º 0.39% 0.83% -
XYZ 45.66 33.96 60.03 -
YUV 162.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 212 129 202 0 0.39 0.05 0.17 307.23 0.49 0.67
Hex D4 81 CA 0 27 5 11 133 31 43
Octal 324 201 312 0 47 5 21 463 61 103
Binary 11010100 10000001 11001010 0 100111 101 10001 100110011 110001 1000011

Color Harmonies of #D481CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481CA

Black with #D481CA

Text Example


Text Example

White with #D481CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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