Html Css Color HEX #D27AC0 Orchid

📋 copy color: '#D27AC0'

red 210 ◦ green 122 ◦ blue 192

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

Shades of Orchid #D27AC0

Tints of Orchid #D27AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 40.08%
G = 23.28%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D27AC0 (or 0xD27AC0) is known color: Orchid. HEX triplet: D2, 7A and C0. RGB value is (210,122,192). Sum of RGB (Red+Green+Blue) = 210+122+192=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AC0 is #2D853F. Grayscale: #9C9C9C. Windows color (decimal): -2983232 or 12614354. OLE color: 12614354.

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

Color convert

RGB 210 122 192 -
CMYK 0 0.42 0.09 0.18
HSL 312.27º 0.49% 0.65% -
HSV(B) 312.27º 0.42% 0.82% -
XYZ 43.05 31.43 53.67 -
YUV 156.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 210 122 192 0 0.42 0.09 0.18 312.27 0.49 0.65
Hex D2 7A C0 0 2A 9 12 138 31 41
Octal 322 172 300 0 52 11 22 470 61 101
Binary 11010010 1111010 11000000 0 101010 1001 10010 100111000 110001 1000001

Color Harmonies of #D27AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27AC0

Black with #D27AC0

Text Example


Text Example

White with #D27AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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