Html Css Color HEX #D27CCE Orchid

📋 copy color: '#D27CCE'

red 210 ◦ green 124 ◦ blue 206

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

Shades of Orchid #D27CCE

Tints of Orchid #D27CCE

RGB

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

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

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

R = 38.89%
G = 22.96%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D27CCE (or 0xD27CCE) is known color: Orchid. HEX triplet: D2, 7C and CE. RGB value is (210,124,206). Sum of RGB (Red+Green+Blue) = 210+124+206=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CCE is #2D8331. Grayscale: #9E9E9E. Windows color (decimal): -2982706 or 13532370. OLE color: 13532370.

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

Color convert

RGB 210 124 206 -
CMYK 0 0.41 0.02 0.18
HSL 302.79º 0.49% 0.65% -
HSV(B) 302.79º 0.41% 0.82% -
XYZ 44.93 32.57 62.31 -
YUV 159.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 210 124 206 0 0.41 0.02 0.18 302.79 0.49 0.65
Hex D2 7C CE 0 29 2 12 12F 31 41
Octal 322 174 316 0 51 2 22 457 61 101
Binary 11010010 1111100 11001110 0 101001 10 10010 100101111 110001 1000001

Color Harmonies of #D27CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CCE

Black with #D27CCE

Text Example


Text Example

White with #D27CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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