Html Css Color HEX #D27CD0 Orchid

📋 copy color: '#D27CD0'

red 210 ◦ green 124 ◦ blue 208

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

Shades of Orchid #D27CD0

Tints of Orchid #D27CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.38%

R = 38.75%
G = 22.88%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D27CD0 (or 0xD27CD0) is known color: Orchid. HEX triplet: D2, 7C and D0. RGB value is (210,124,208). Sum of RGB (Red+Green+Blue) = 210+124+208=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CD0 is #2D832F. Grayscale: #9F9F9F. Windows color (decimal): -2982704 or 13663442. OLE color: 13663442.

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

Color convert

RGB 210 124 208 -
CMYK 0 0.41 0.01 0.18
HSL 301.4º 0.49% 0.65% -
HSV(B) 301.4º 0.41% 0.82% -
XYZ 45.17 32.67 63.6 -
YUV 159.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 210 124 208 0 0.41 0.01 0.18 301.4 0.49 0.65
Hex D2 7C D0 0 29 1 12 12D 31 41
Octal 322 174 320 0 51 1 22 455 61 101
Binary 11010010 1111100 11010000 0 101001 1 10010 100101101 110001 1000001

Color Harmonies of #D27CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CD0

Black with #D27CD0

Text Example


Text Example

White with #D27CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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