Html Css Color HEX #D27DCE Orchid

📋 copy color: '#D27DCE'

red 210 ◦ green 125 ◦ blue 206

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

Shades of Orchid #D27DCE

Tints of Orchid #D27DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 38.82%
G = 23.11%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D27DCE (or 0xD27DCE) is known color: Orchid. HEX triplet: D2, 7D and CE. RGB value is (210,125,206). Sum of RGB (Red+Green+Blue) = 210+125+206=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DCE is #2D8231. Grayscale: #9F9F9F. Windows color (decimal): -2982450 or 13532626. OLE color: 13532626.

HSL color Cylindrical-coordinate representation of color #D27DCE: hue angle of 302.82º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27DCE is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 125 206 -
CMYK 0 0.40 0.02 0.18
HSL 302.82º 0.49% 0.66% -
HSV(B) 302.82º 0.4% 0.82% -
XYZ 45.05 32.83 62.35 -
YUV 159.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 210 125 206 0 0.40 0.02 0.18 302.82 0.49 0.66
Hex D2 7D CE 0 28 2 12 12F 31 42
Octal 322 175 316 0 50 2 22 457 61 102
Binary 11010010 1111101 11001110 0 101000 10 10010 100101111 110001 1000010

Color Harmonies of #D27DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DCE

Black with #D27DCE

Text Example


Text Example

White with #D27DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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