Html Css Color HEX #D277DF Orchid

📋 copy color: '#D277DF'

red 210 ◦ green 119 ◦ blue 223

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

Shades of Orchid #D277DF

Tints of Orchid #D277DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 38.04%
G = 21.56%
B = 40.4%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D277DF (or 0xD277DF) is known color: Orchid. HEX triplet: D2, 77 and DF. RGB value is (210,119,223). Sum of RGB (Red+Green+Blue) = 210+119+223=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #D277DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277DF is #2D8820. Grayscale: #9D9D9D. Windows color (decimal): -2983969 or 14645202. OLE color: 14645202.

HSL color Cylindrical-coordinate representation of color #D277DF: hue angle of 292.5º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D277DF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 119 223 -
CMYK 0.06 0.47 0 0.13
HSL 292.5º 0.62% 0.67% -
HSV(B) 292.5º 0.47% 0.87% -
XYZ 46.49 32.22 73.58 -
YUV 158.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 210 119 223 0.06 0.47 0 0.13 292.5 0.62 0.67
Hex D2 77 DF 6 2F 0 D 124 3E 43
Octal 322 167 337 6 57 0 15 444 76 103
Binary 11010010 1110111 11011111 110 101111 0 1101 100100100 111110 1000011

Color Harmonies of #D277DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277DF

Black with #D277DF

Text Example


Text Example

White with #D277DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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