Html Css Color HEX #D271CE Orchid

📋 copy color: '#D271CE'

red 210 ◦ green 113 ◦ blue 206

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

Shades of Orchid #D271CE

Tints of Orchid #D271CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.36%

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

R = 39.7%
G = 21.36%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D271CE (or 0xD271CE) is known color: Orchid. HEX triplet: D2, 71 and CE. RGB value is (210,113,206). Sum of RGB (Red+Green+Blue) = 210+113+206=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D271CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271CE is #2D8E31. Grayscale: #989898. Windows color (decimal): -2985522 or 13529554. OLE color: 13529554.

HSL color Cylindrical-coordinate representation of color #D271CE: hue angle of 302.47º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D271CE is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 113 206 -
CMYK 0 0.46 0.02 0.18
HSL 302.47º 0.52% 0.63% -
HSV(B) 302.47º 0.46% 0.82% -
XYZ 43.62 29.97 61.88 -
YUV 152.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 210 113 206 0 0.46 0.02 0.18 302.47 0.52 0.63
Hex D2 71 CE 0 2E 2 12 12E 34 3F
Octal 322 161 316 0 56 2 22 456 64 77
Binary 11010010 1110001 11001110 0 101110 10 10010 100101110 110100 111111

Color Harmonies of #D271CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271CE

Black with #D271CE

Text Example


Text Example

White with #D271CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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