Html Css Color HEX #D27FCE Orchid

📋 copy color: '#D27FCE'

red 210 ◦ green 127 ◦ blue 206

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

Shades of Orchid #D27FCE

Tints of Orchid #D27FCE

RGB

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

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

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

R = 38.67%
G = 23.39%
B = 37.94%

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

#D27FCE (or 0xD27FCE) is known color: Orchid. HEX triplet: D2, 7F and CE. RGB value is (210,127,206). Sum of RGB (Red+Green+Blue) = 210+127+206=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FCE is #2D8031. Grayscale: #A0A0A0. Windows color (decimal): -2981938 or 13533138. OLE color: 13533138.

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

Color convert

RGB 210 127 206 -
CMYK 0 0.40 0.02 0.18
HSL 302.89º 0.48% 0.66% -
HSV(B) 302.89º 0.4% 0.82% -
XYZ 45.31 33.34 62.44 -
YUV 160.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 210 127 206 0 0.40 0.02 0.18 302.89 0.48 0.66
Hex D2 7F CE 0 28 2 12 12F 30 42
Octal 322 177 316 0 50 2 22 457 60 102
Binary 11010010 1111111 11001110 0 101000 10 10010 100101111 110000 1000010

Color Harmonies of #D27FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FCE

Black with #D27FCE

Text Example


Text Example

White with #D27FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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