Html Css Color HEX #D27CD8 Orchid

📋 copy color: '#D27CD8'

red 210 ◦ green 124 ◦ blue 216

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

Shades of Orchid #D27CD8

Tints of Orchid #D27CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.27%

R = 38.18%
G = 22.55%
B = 39.27%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D27CD8 (or 0xD27CD8) is known color: Orchid. HEX triplet: D2, 7C and D8. RGB value is (210,124,216). Sum of RGB (Red+Green+Blue) = 210+124+216=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #D27CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CD8 is #2D8327. Grayscale: #9F9F9F. Windows color (decimal): -2982696 or 14187730. OLE color: 14187730.

HSL color Cylindrical-coordinate representation of color #D27CD8: hue angle of 296.09º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27CD8 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 124 216 -
CMYK 0.03 0.43 0 0.15
HSL 296.09º 0.54% 0.67% -
HSV(B) 296.09º 0.43% 0.85% -
XYZ 46.18 33.07 68.92 -
YUV 160.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 210 124 216 0.03 0.43 0 0.15 296.09 0.54 0.67
Hex D2 7C D8 3 2B 0 F 128 36 43
Octal 322 174 330 3 53 0 17 450 66 103
Binary 11010010 1111100 11011000 11 101011 0 1111 100101000 110110 1000011

Color Harmonies of #D27CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CD8

Black with #D27CD8

Text Example


Text Example

White with #D27CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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