Html Css Color HEX #D380CA Orchid

📋 copy color: '#D380CA'

red 211 ◦ green 128 ◦ blue 202

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

Shades of Orchid #D380CA

Tints of Orchid #D380CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.66%

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

R = 39%
G = 23.66%
B = 37.34%

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

#D380CA (or 0xD380CA) is known color: Orchid. HEX triplet: D3, 80 and CA. RGB value is (211,128,202). Sum of RGB (Red+Green+Blue) = 211+128+202=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D380CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380CA is #2C7F35. Grayscale: #A1A1A1. Windows color (decimal): -2916150 or 13271251. OLE color: 13271251.

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

Color convert

RGB 211 128 202 -
CMYK 0 0.39 0.04 0.17
HSL 306.51º 0.49% 0.66% -
HSV(B) 306.51º 0.39% 0.83% -
XYZ 45.24 33.55 59.97 -
YUV 161.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 211 128 202 0 0.39 0.04 0.17 306.51 0.49 0.66
Hex D3 80 CA 0 27 4 11 133 31 42
Octal 323 200 312 0 47 4 21 463 61 102
Binary 11010011 10000000 11001010 0 100111 100 10001 100110011 110001 1000010

Color Harmonies of #D380CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380CA

Black with #D380CA

Text Example


Text Example

White with #D380CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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