Html Css Color HEX #D280CC Orchid

📋 copy color: '#D280CC'

red 210 ◦ green 128 ◦ blue 204

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

Shades of Orchid #D280CC

Tints of Orchid #D280CC

RGB

 RED value IS 210 (82.42% from 255) = 38.75%

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

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 38.75%
G = 23.62%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D280CC (or 0xD280CC) is known color: Orchid. HEX triplet: D2, 80 and CC. RGB value is (210,128,204). Sum of RGB (Red+Green+Blue) = 210+128+204=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D280CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280CC is #2D7F33. Grayscale: #A0A0A0. Windows color (decimal): -2981684 or 13402322. OLE color: 13402322.

HSL color Cylindrical-coordinate representation of color #D280CC: hue angle of 304.39º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280CC is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 204 -
CMYK 0 0.39 0.03 0.18
HSL 304.39º 0.48% 0.66% -
HSV(B) 304.39º 0.39% 0.82% -
XYZ 45.2 33.5 61.21 -
YUV 161.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 210 128 204 0 0.39 0.03 0.18 304.39 0.48 0.66
Hex D2 80 CC 0 27 3 12 130 30 42
Octal 322 200 314 0 47 3 22 460 60 102
Binary 11010010 10000000 11001100 0 100111 11 10010 100110000 110000 1000010

Color Harmonies of #D280CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280CC

Black with #D280CC

Text Example


Text Example

White with #D280CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280CC; }

 p { color: rgb(210,128,204); }

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

background-color css

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

 a { background-color: rgb(210,128,204); }

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

border-color css

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

 span { border-color: rgb(210,128,204); }

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