Html Css Color HEX #D27DC2 Orchid

📋 copy color: '#D27DC2'

red 210 ◦ green 125 ◦ blue 194

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

Shades of Orchid #D27DC2

Tints of Orchid #D27DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 39.7%
G = 23.63%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D27DC2 (or 0xD27DC2) is known color: Orchid. HEX triplet: D2, 7D and C2. RGB value is (210,125,194). Sum of RGB (Red+Green+Blue) = 210+125+194=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DC2 is #2D823D. Grayscale: #9E9E9E. Windows color (decimal): -2982462 or 12746194. OLE color: 12746194.

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

Color convert

RGB 210 125 194 -
CMYK 0 0.40 0.08 0.18
HSL 311.29º 0.49% 0.66% -
HSV(B) 311.29º 0.4% 0.82% -
XYZ 43.65 32.26 54.97 -
YUV 158.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 210 125 194 0 0.40 0.08 0.18 311.29 0.49 0.66
Hex D2 7D C2 0 28 8 12 137 31 42
Octal 322 175 302 0 50 10 22 467 61 102
Binary 11010010 1111101 11000010 0 101000 1000 10010 100110111 110001 1000010

Color Harmonies of #D27DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DC2

Black with #D27DC2

Text Example


Text Example

White with #D27DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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