Html Css Color HEX #D382CA Orchid

📋 copy color: '#D382CA'

red 211 ◦ green 130 ◦ blue 202

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

Shades of Orchid #D382CA

Tints of Orchid #D382CA

RGB

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

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

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

R = 38.86%
G = 23.94%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D382CA (or 0xD382CA) is known color: Orchid. HEX triplet: D3, 82 and CA. RGB value is (211,130,202). Sum of RGB (Red+Green+Blue) = 211+130+202=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D382CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382CA is #2C7D35. Grayscale: #A2A2A2. Windows color (decimal): -2915638 or 13271763. OLE color: 13271763.

HSL color Cylindrical-coordinate representation of color #D382CA: hue angle of 306.67º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D382CA is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 130 202 -
CMYK 0 0.38 0.04 0.17
HSL 306.67º 0.48% 0.67% -
HSV(B) 306.67º 0.38% 0.83% -
XYZ 45.51 34.08 60.06 -
YUV 162.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 211 130 202 0 0.38 0.04 0.17 306.67 0.48 0.67
Hex D3 82 CA 0 26 4 11 133 30 43
Octal 323 202 312 0 46 4 21 463 60 103
Binary 11010011 10000010 11001010 0 100110 100 10001 100110011 110000 1000011

Color Harmonies of #D382CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382CA

Black with #D382CA

Text Example


Text Example

White with #D382CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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