Html Css Color HEX #D27AC2 Orchid

📋 copy color: '#D27AC2'

red 210 ◦ green 122 ◦ blue 194

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

Shades of Orchid #D27AC2

Tints of Orchid #D27AC2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.19%

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

R = 39.92%
G = 23.19%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D27AC2 (or 0xD27AC2) is known color: Orchid. HEX triplet: D2, 7A and C2. RGB value is (210,122,194). Sum of RGB (Red+Green+Blue) = 210+122+194=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AC2 is #2D853D. Grayscale: #9C9C9C. Windows color (decimal): -2983230 or 12745426. OLE color: 12745426.

HSL color Cylindrical-coordinate representation of color #D27AC2: hue angle of 310.91º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27AC2 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 122 194 -
CMYK 0 0.42 0.08 0.18
HSL 310.91º 0.49% 0.65% -
HSV(B) 310.91º 0.42% 0.82% -
XYZ 43.28 31.52 54.84 -
YUV 156.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 210 122 194 0 0.42 0.08 0.18 310.91 0.49 0.65
Hex D2 7A C2 0 2A 8 12 137 31 41
Octal 322 172 302 0 52 10 22 467 61 101
Binary 11010010 1111010 11000010 0 101010 1000 10010 100110111 110001 1000001

Color Harmonies of #D27AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27AC2

Black with #D27AC2

Text Example


Text Example

White with #D27AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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