Html Css Color HEX #D27DD6 Orchid

📋 copy color: '#D27DD6'

red 210 ◦ green 125 ◦ blue 214

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

Shades of Orchid #D27DD6

Tints of Orchid #D27DD6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.77%

 BLUE value IS 214 (83.98% from 255) = 38.98%

R = 38.25%
G = 22.77%
B = 38.98%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D27DD6 (or 0xD27DD6) is known color: Orchid. HEX triplet: D2, 7D and D6. RGB value is (210,125,214). Sum of RGB (Red+Green+Blue) = 210+125+214=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #D27DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DD6 is #2D8229. Grayscale: #A0A0A0. Windows color (decimal): -2982442 or 14056914. OLE color: 14056914.

HSL color Cylindrical-coordinate representation of color #D27DD6: hue angle of 297.3º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27DD6 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 125 214 -
CMYK 0.02 0.42 0 0.16
HSL 297.3º 0.52% 0.66% -
HSV(B) 297.3º 0.42% 0.84% -
XYZ 46.05 33.22 67.6 -
YUV 160.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 210 125 214 0.02 0.42 0 0.16 297.3 0.52 0.66
Hex D2 7D D6 2 2A 0 10 129 34 42
Octal 322 175 326 2 52 0 20 451 64 102
Binary 11010010 1111101 11010110 10 101010 0 10000 100101001 110100 1000010

Color Harmonies of #D27DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DD6

Black with #D27DD6

Text Example


Text Example

White with #D27DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DD6; }

 p { color: rgb(210,125,214); }

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

background-color css

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

 a { background-color: rgb(210,125,214); }

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

border-color css

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

 span { border-color: rgb(210,125,214); }

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