Html Css Color HEX #D27ABF Orchid

📋 copy color: '#D27ABF'

red 210 ◦ green 122 ◦ blue 191

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

Shades of Orchid #D27ABF

Tints of Orchid #D27ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.52%

R = 40.15%
G = 23.33%
B = 36.52%

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

#D27ABF (or 0xD27ABF) is known color: Orchid. HEX triplet: D2, 7A and BF. RGB value is (210,122,191). Sum of RGB (Red+Green+Blue) = 210+122+191=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ABF is #2D8540. Grayscale: #9B9B9B. Windows color (decimal): -2983233 or 12548818. OLE color: 12548818.

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

Color convert

RGB 210 122 191 -
CMYK 0 0.42 0.09 0.18
HSL 312.95º 0.49% 0.65% -
HSV(B) 312.95º 0.42% 0.82% -
XYZ 42.94 31.38 53.08 -
YUV 156.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 210 122 191 0 0.42 0.09 0.18 312.95 0.49 0.65
Hex D2 7A BF 0 2A 9 12 139 31 41
Octal 322 172 277 0 52 11 22 471 61 101
Binary 11010010 1111010 10111111 0 101010 1001 10010 100111001 110001 1000001

Color Harmonies of #D27ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27ABF

Black with #D27ABF

Text Example


Text Example

White with #D27ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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