Html Css Color HEX #D27DCA Orchid

📋 copy color: '#D27DCA'

red 210 ◦ green 125 ◦ blue 202

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

Shades of Orchid #D27DCA

Tints of Orchid #D27DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.62%

R = 39.11%
G = 23.28%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D27DCA (or 0xD27DCA) is known color: Orchid. HEX triplet: D2, 7D and CA. RGB value is (210,125,202). Sum of RGB (Red+Green+Blue) = 210+125+202=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DCA is #2D8235. Grayscale: #9E9E9E. Windows color (decimal): -2982454 or 13270482. OLE color: 13270482.

HSL color Cylindrical-coordinate representation of color #D27DCA: hue angle of 305.65º 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 #D27DCA is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 125 202 -
CMYK 0 0.40 0.04 0.18
HSL 305.65º 0.49% 0.66% -
HSV(B) 305.65º 0.4% 0.82% -
XYZ 44.57 32.63 59.83 -
YUV 159.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 210 125 202 0 0.40 0.04 0.18 305.65 0.49 0.66
Hex D2 7D CA 0 28 4 12 132 31 42
Octal 322 175 312 0 50 4 22 462 61 102
Binary 11010010 1111101 11001010 0 101000 100 10010 100110010 110001 1000010

Color Harmonies of #D27DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DCA

Black with #D27DCA

Text Example


Text Example

White with #D27DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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