Html Css Color HEX #D271CC Orchid

📋 copy color: '#D271CC'

red 210 ◦ green 113 ◦ blue 204

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

Shades of Orchid #D271CC

Tints of Orchid #D271CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 39.85%
G = 21.44%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D271CC (or 0xD271CC) is known color: Orchid. HEX triplet: D2, 71 and CC. RGB value is (210,113,204). Sum of RGB (Red+Green+Blue) = 210+113+204=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D271CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271CC is #2D8E33. Grayscale: #989898. Windows color (decimal): -2985524 or 13398482. OLE color: 13398482.

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

Color convert

RGB 210 113 204 -
CMYK 0 0.46 0.03 0.18
HSL 303.71º 0.52% 0.63% -
HSV(B) 303.71º 0.46% 0.82% -
XYZ 43.38 29.87 60.61 -
YUV 152.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 210 113 204 0 0.46 0.03 0.18 303.71 0.52 0.63
Hex D2 71 CC 0 2E 3 12 130 34 3F
Octal 322 161 314 0 56 3 22 460 64 77
Binary 11010010 1110001 11001100 0 101110 11 10010 100110000 110100 111111

Color Harmonies of #D271CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271CC

Black with #D271CC

Text Example


Text Example

White with #D271CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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