Html Css Color HEX #D381CA Orchid

📋 copy color: '#D381CA'

red 211 ◦ green 129 ◦ blue 202

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

Shades of Orchid #D381CA

Tints of Orchid #D381CA

RGB

 RED value IS 211 (82.81% from 255) = 38.93%

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

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

R = 38.93%
G = 23.8%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D381CA (or 0xD381CA) is known color: Orchid. HEX triplet: D3, 81 and CA. RGB value is (211,129,202). Sum of RGB (Red+Green+Blue) = 211+129+202=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D381CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381CA is #2C7E35. Grayscale: #A1A1A1. Windows color (decimal): -2915894 or 13271507. OLE color: 13271507.

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

Color convert

RGB 211 129 202 -
CMYK 0 0.39 0.04 0.17
HSL 306.59º 0.48% 0.67% -
HSV(B) 306.59º 0.39% 0.83% -
XYZ 45.37 33.81 60.01 -
YUV 161.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 211 129 202 0 0.39 0.04 0.17 306.59 0.48 0.67
Hex D3 81 CA 0 27 4 11 133 30 43
Octal 323 201 312 0 47 4 21 463 60 103
Binary 11010011 10000001 11001010 0 100111 100 10001 100110011 110000 1000011

Color Harmonies of #D381CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381CA

Black with #D381CA

Text Example


Text Example

White with #D381CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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