Html Css Color HEX #D27CDF Orchid

📋 copy color: '#D27CDF'

red 210 ◦ green 124 ◦ blue 223

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

Shades of Orchid #D27CDF

Tints of Orchid #D27CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 37.7%
G = 22.26%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D27CDF (or 0xD27CDF) is known color: Orchid. HEX triplet: D2, 7C and DF. RGB value is (210,124,223). Sum of RGB (Red+Green+Blue) = 210+124+223=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #D27CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CDF is #2D8320. Grayscale: #A0A0A0. Windows color (decimal): -2982689 or 14646482. OLE color: 14646482.

HSL color Cylindrical-coordinate representation of color #D27CDF: hue angle of 292.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27CDF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 124 223 -
CMYK 0.06 0.44 0 0.13
HSL 292.12º 0.61% 0.68% -
HSV(B) 292.12º 0.44% 0.87% -
XYZ 47.11 33.44 73.78 -
YUV 161 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 210 124 223 0.06 0.44 0 0.13 292.12 0.61 0.68
Hex D2 7C DF 6 2C 0 D 124 3D 44
Octal 322 174 337 6 54 0 15 444 75 104
Binary 11010010 1111100 11011111 110 101100 0 1101 100100100 111101 1000100

Color Harmonies of #D27CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CDF

Black with #D27CDF

Text Example


Text Example

White with #D27CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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