Html Css Color HEX #D27FC2 Orchid

📋 copy color: '#D27FC2'

red 210 ◦ green 127 ◦ blue 194

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

Shades of Orchid #D27FC2

Tints of Orchid #D27FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 23.92%

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

R = 39.55%
G = 23.92%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D27FC2 (or 0xD27FC2) is known color: Orchid. HEX triplet: D2, 7F and C2. RGB value is (210,127,194). Sum of RGB (Red+Green+Blue) = 210+127+194=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FC2 is #2D803D. Grayscale: #9F9F9F. Windows color (decimal): -2981950 or 12746706. OLE color: 12746706.

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

Color convert

RGB 210 127 194 -
CMYK 0 0.40 0.08 0.18
HSL 311.57º 0.48% 0.66% -
HSV(B) 311.57º 0.4% 0.82% -
XYZ 43.91 32.78 55.05 -
YUV 159.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 210 127 194 0 0.40 0.08 0.18 311.57 0.48 0.66
Hex D2 7F C2 0 28 8 12 138 30 42
Octal 322 177 302 0 50 10 22 470 60 102
Binary 11010010 1111111 11000010 0 101000 1000 10010 100111000 110000 1000010

Color Harmonies of #D27FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FC2

Black with #D27FC2

Text Example


Text Example

White with #D27FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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