Html Css Color HEX #D27DCC Orchid

📋 copy color: '#D27DCC'

red 210 ◦ green 125 ◦ blue 204

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

Shades of Orchid #D27DCC

Tints of Orchid #D27DCC

RGB

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

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

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

R = 38.96%
G = 23.19%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D27DCC (or 0xD27DCC) is known color: Orchid. HEX triplet: D2, 7D and CC. RGB value is (210,125,204). Sum of RGB (Red+Green+Blue) = 210+125+204=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DCC is #2D8233. Grayscale: #9F9F9F. Windows color (decimal): -2982452 or 13401554. OLE color: 13401554.

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

Color convert

RGB 210 125 204 -
CMYK 0 0.40 0.03 0.18
HSL 304.24º 0.49% 0.66% -
HSV(B) 304.24º 0.4% 0.82% -
XYZ 44.81 32.73 61.08 -
YUV 159.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 210 125 204 0 0.40 0.03 0.18 304.24 0.49 0.66
Hex D2 7D CC 0 28 3 12 130 31 42
Octal 322 175 314 0 50 3 22 460 61 102
Binary 11010010 1111101 11001100 0 101000 11 10010 100110000 110001 1000010

Color Harmonies of #D27DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DCC

Black with #D27DCC

Text Example


Text Example

White with #D27DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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