Html Css Color HEX #D27FCA Orchid

📋 copy color: '#D27FCA'

red 210 ◦ green 127 ◦ blue 202

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

Shades of Orchid #D27FCA

Tints of Orchid #D27FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 38.96%
G = 23.56%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D27FCA (or 0xD27FCA) is known color: Orchid. HEX triplet: D2, 7F and CA. RGB value is (210,127,202). Sum of RGB (Red+Green+Blue) = 210+127+202=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FCA is #2D8035. Grayscale: #A0A0A0. Windows color (decimal): -2981942 or 13270994. OLE color: 13270994.

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

Color convert

RGB 210 127 202 -
CMYK 0 0.40 0.04 0.18
HSL 305.78º 0.48% 0.66% -
HSV(B) 305.78º 0.4% 0.82% -
XYZ 44.83 33.14 59.91 -
YUV 160.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 210 127 202 0 0.40 0.04 0.18 305.78 0.48 0.66
Hex D2 7F CA 0 28 4 12 132 30 42
Octal 322 177 312 0 50 4 22 462 60 102
Binary 11010010 1111111 11001010 0 101000 100 10010 100110010 110000 1000010

Color Harmonies of #D27FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FCA

Black with #D27FCA

Text Example


Text Example

White with #D27FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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