Html Css Color HEX #D27CBB Orchid

📋 copy color: '#D27CBB'

red 210 ◦ green 124 ◦ blue 187

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

Shades of Orchid #D27CBB

Tints of Orchid #D27CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.8%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 40.31%
G = 23.8%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D27CBB (or 0xD27CBB) is known color: Orchid. HEX triplet: D2, 7C and BB. RGB value is (210,124,187). Sum of RGB (Red+Green+Blue) = 210+124+187=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CBB is #2D8344. Grayscale: #9C9C9C. Windows color (decimal): -2982725 or 12287186. OLE color: 12287186.

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

Color convert

RGB 210 124 187 -
CMYK 0 0.41 0.11 0.18
HSL 316.05º 0.49% 0.65% -
HSV(B) 316.05º 0.41% 0.82% -
XYZ 42.76 31.7 50.88 -
YUV 156.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 210 124 187 0 0.41 0.11 0.18 316.05 0.49 0.65
Hex D2 7C BB 0 29 B 12 13C 31 41
Octal 322 174 273 0 51 13 22 474 61 101
Binary 11010010 1111100 10111011 0 101001 1011 10010 100111100 110001 1000001

Color Harmonies of #D27CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CBB

Black with #D27CBB

Text Example


Text Example

White with #D27CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CBB; }

 p { color: rgb(210,124,187); }

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

background-color css

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

 a { background-color: rgb(210,124,187); }

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

border-color css

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

 span { border-color: rgb(210,124,187); }

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