Html Css Color HEX #D383CA Orchid

📋 copy color: '#D383CA'

red 211 ◦ green 131 ◦ blue 202

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

Shades of Orchid #D383CA

Tints of Orchid #D383CA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.08%

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

R = 38.79%
G = 24.08%
B = 37.13%

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

#D383CA (or 0xD383CA) is known color: Orchid. HEX triplet: D3, 83 and CA. RGB value is (211,131,202). Sum of RGB (Red+Green+Blue) = 211+131+202=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D383CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383CA is #2C7C35. Grayscale: #A2A2A2. Windows color (decimal): -2915382 or 13272019. OLE color: 13272019.

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

Color convert

RGB 211 131 202 -
CMYK 0 0.38 0.04 0.17
HSL 306.75º 0.48% 0.67% -
HSV(B) 306.75º 0.38% 0.83% -
XYZ 45.64 34.35 60.1 -
YUV 163.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 211 131 202 0 0.38 0.04 0.17 306.75 0.48 0.67
Hex D3 83 CA 0 26 4 11 133 30 43
Octal 323 203 312 0 46 4 21 463 60 103
Binary 11010011 10000011 11001010 0 100110 100 10001 100110011 110000 1000011

Color Harmonies of #D383CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383CA

Black with #D383CA

Text Example


Text Example

White with #D383CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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