Html Css Color HEX #D27BBE Orchid

📋 copy color: '#D27BBE'

red 210 ◦ green 123 ◦ blue 190

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

Shades of Orchid #D27BBE

Tints of Orchid #D27BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.52%

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 40.15%
G = 23.52%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D27BBE (or 0xD27BBE) is known color: Orchid. HEX triplet: D2, 7B and BE. RGB value is (210,123,190). Sum of RGB (Red+Green+Blue) = 210+123+190=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BBE is #2D8441. Grayscale: #9C9C9C. Windows color (decimal): -2982978 or 12483538. OLE color: 12483538.

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

Color convert

RGB 210 123 190 -
CMYK 0 0.41 0.10 0.18
HSL 313.79º 0.49% 0.65% -
HSV(B) 313.79º 0.41% 0.82% -
XYZ 42.96 31.59 52.55 -
YUV 156.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 210 123 190 0 0.41 0.10 0.18 313.79 0.49 0.65
Hex D2 7B BE 0 29 A 12 13A 31 41
Octal 322 173 276 0 51 12 22 472 61 101
Binary 11010010 1111011 10111110 0 101001 1010 10010 100111010 110001 1000001

Color Harmonies of #D27BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27BBE

Black with #D27BBE

Text Example


Text Example

White with #D27BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27BBE; }

 p { color: rgb(210,123,190); }

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

background-color css

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

 a { background-color: rgb(210,123,190); }

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

border-color css

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

 span { border-color: rgb(210,123,190); }

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