Html Css Color HEX #D27CE6 Orchid

📋 copy color: '#D27CE6'

red 210 ◦ green 124 ◦ blue 230

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

Shades of Orchid #D27CE6

Tints of Orchid #D27CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 37.23%
G = 21.99%
B = 40.78%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D27CE6 (or 0xD27CE6) is known color: Orchid. HEX triplet: D2, 7C and E6. RGB value is (210,124,230). Sum of RGB (Red+Green+Blue) = 210+124+230=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #D27CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27CE6 is #2D8319. Grayscale: #A1A1A1. Windows color (decimal): -2982682 or 15105234. OLE color: 15105234.

HSL color Cylindrical-coordinate representation of color #D27CE6: hue angle of 288.68º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27CE6 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 124 230 -
CMYK 0.09 0.46 0 0.10
HSL 288.68º 0.68% 0.69% -
HSV(B) 288.68º 0.46% 0.9% -
XYZ 48.07 33.83 78.86 -
YUV 161.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 210 124 230 0.09 0.46 0 0.10 288.68 0.68 0.69
Hex D2 7C E6 9 2E 0 A 121 44 45
Octal 322 174 346 11 56 0 12 441 104 105
Binary 11010010 1111100 11100110 1001 101110 0 1010 100100001 1000100 1000101

Color Harmonies of #D27CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CE6

Black with #D27CE6

Text Example


Text Example

White with #D27CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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