Html Css Color HEX #D27CC2 Orchid

📋 copy color: '#D27CC2'

red 210 ◦ green 124 ◦ blue 194

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

Shades of Orchid #D27CC2

Tints of Orchid #D27CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 39.77%
G = 23.48%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D27CC2 (or 0xD27CC2) is known color: Orchid. HEX triplet: D2, 7C and C2. RGB value is (210,124,194). Sum of RGB (Red+Green+Blue) = 210+124+194=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CC2 is #2D833D. Grayscale: #9D9D9D. Windows color (decimal): -2982718 or 12745938. OLE color: 12745938.

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

Color convert

RGB 210 124 194 -
CMYK 0 0.41 0.08 0.18
HSL 311.16º 0.49% 0.65% -
HSV(B) 311.16º 0.41% 0.82% -
XYZ 43.52 32.01 54.92 -
YUV 157.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 210 124 194 0 0.41 0.08 0.18 311.16 0.49 0.65
Hex D2 7C C2 0 29 8 12 137 31 41
Octal 322 174 302 0 51 10 22 467 61 101
Binary 11010010 1111100 11000010 0 101001 1000 10010 100110111 110001 1000001

Color Harmonies of #D27CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CC2

Black with #D27CC2

Text Example


Text Example

White with #D27CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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