Html Css Color HEX #D27DDF Orchid

📋 copy color: '#D27DDF'

red 210 ◦ green 125 ◦ blue 223

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

Shades of Orchid #D27DDF

Tints of Orchid #D27DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.4%

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

R = 37.63%
G = 22.4%
B = 39.96%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D27DDF (or 0xD27DDF) is known color: Orchid. HEX triplet: D2, 7D and DF. RGB value is (210,125,223). Sum of RGB (Red+Green+Blue) = 210+125+223=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #D27DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DDF is #2D8220. Grayscale: #A1A1A1. Windows color (decimal): -2982433 or 14646738. OLE color: 14646738.

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

Color convert

RGB 210 125 223 -
CMYK 0.06 0.44 0 0.13
HSL 292.04º 0.6% 0.68% -
HSV(B) 292.04º 0.44% 0.87% -
XYZ 47.23 33.7 73.83 -
YUV 161.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 210 125 223 0.06 0.44 0 0.13 292.04 0.6 0.68
Hex D2 7D DF 6 2C 0 D 124 3C 44
Octal 322 175 337 6 54 0 15 444 74 104
Binary 11010010 1111101 11011111 110 101100 0 1101 100100100 111100 1000100

Color Harmonies of #D27DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DDF

Black with #D27DDF

Text Example


Text Example

White with #D27DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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