Html Css Color HEX #D27BC0 Orchid

📋 copy color: '#D27BC0'

red 210 ◦ green 123 ◦ blue 192

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

Shades of Orchid #D27BC0

Tints of Orchid #D27BC0

RGB

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

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

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

R = 40%
G = 23.43%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D27BC0 (or 0xD27BC0) is known color: Orchid. HEX triplet: D2, 7B and C0. RGB value is (210,123,192). Sum of RGB (Red+Green+Blue) = 210+123+192=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BC0 is #2D843F. Grayscale: #9C9C9C. Windows color (decimal): -2982976 or 12614610. OLE color: 12614610.

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

Color convert

RGB 210 123 192 -
CMYK 0 0.41 0.09 0.18
HSL 312.41º 0.49% 0.65% -
HSV(B) 312.41º 0.41% 0.82% -
XYZ 43.18 31.67 53.71 -
YUV 156.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 210 123 192 0 0.41 0.09 0.18 312.41 0.49 0.65
Hex D2 7B C0 0 29 9 12 138 31 41
Octal 322 173 300 0 51 11 22 470 61 101
Binary 11010010 1111011 11000000 0 101001 1001 10010 100111000 110001 1000001

Color Harmonies of #D27BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27BC0

Black with #D27BC0

Text Example


Text Example

White with #D27BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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