Html Css Color HEX #D27ACF Orchid

📋 copy color: '#D27ACF'

red 210 ◦ green 122 ◦ blue 207

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

Shades of Orchid #D27ACF

Tints of Orchid #D27ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 38.96%
G = 22.63%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D27ACF (or 0xD27ACF) is known color: Orchid. HEX triplet: D2, 7A and CF. RGB value is (210,122,207). Sum of RGB (Red+Green+Blue) = 210+122+207=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ACF is #2D8530. Grayscale: #9D9D9D. Windows color (decimal): -2983217 or 13597394. OLE color: 13597394.

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

Color convert

RGB 210 122 207 -
CMYK 0 0.42 0.01 0.18
HSL 302.05º 0.49% 0.65% -
HSV(B) 302.05º 0.42% 0.82% -
XYZ 44.8 32.13 62.87 -
YUV 158 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 210 122 207 0 0.42 0.01 0.18 302.05 0.49 0.65
Hex D2 7A CF 0 2A 1 12 12E 31 41
Octal 322 172 317 0 52 1 22 456 61 101
Binary 11010010 1111010 11001111 0 101010 1 10010 100101110 110001 1000001

Color Harmonies of #D27ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27ACF

Black with #D27ACF

Text Example


Text Example

White with #D27ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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