Html Css Color HEX #D277CC Orchid

📋 copy color: '#D277CC'

red 210 ◦ green 119 ◦ blue 204

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

Shades of Orchid #D277CC

Tints of Orchid #D277CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.33%

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

R = 39.4%
G = 22.33%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D277CC (or 0xD277CC) is known color: Orchid. HEX triplet: D2, 77 and CC. RGB value is (210,119,204). Sum of RGB (Red+Green+Blue) = 210+119+204=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D277CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277CC is #2D8833. Grayscale: #9B9B9B. Windows color (decimal): -2983988 or 13400018. OLE color: 13400018.

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

Color convert

RGB 210 119 204 -
CMYK 0 0.43 0.03 0.18
HSL 303.96º 0.5% 0.65% -
HSV(B) 303.96º 0.43% 0.82% -
XYZ 44.07 31.25 60.84 -
YUV 155.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 210 119 204 0 0.43 0.03 0.18 303.96 0.5 0.65
Hex D2 77 CC 0 2B 3 12 130 32 41
Octal 322 167 314 0 53 3 22 460 62 101
Binary 11010010 1110111 11001100 0 101011 11 10010 100110000 110010 1000001

Color Harmonies of #D277CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277CC

Black with #D277CC

Text Example


Text Example

White with #D277CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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