Html Css Color HEX #D271C9 Orchid

📋 copy color: '#D271C9'

red 210 ◦ green 113 ◦ blue 201

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

Shades of Orchid #D271C9

Tints of Orchid #D271C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 40.08%
G = 21.56%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D271C9 (or 0xD271C9) is known color: Orchid. HEX triplet: D2, 71 and C9. RGB value is (210,113,201). Sum of RGB (Red+Green+Blue) = 210+113+201=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D271C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271C9 is #2D8E36. Grayscale: #979797. Windows color (decimal): -2985527 or 13201874. OLE color: 13201874.

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

Color convert

RGB 210 113 201 -
CMYK 0 0.46 0.04 0.18
HSL 305.57º 0.52% 0.63% -
HSV(B) 305.57º 0.46% 0.82% -
XYZ 43.03 29.73 58.73 -
YUV 152.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 210 113 201 0 0.46 0.04 0.18 305.57 0.52 0.63
Hex D2 71 C9 0 2E 4 12 132 34 3F
Octal 322 161 311 0 56 4 22 462 64 77
Binary 11010010 1110001 11001001 0 101110 100 10010 100110010 110100 111111

Color Harmonies of #D271C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271C9

Black with #D271C9

Text Example


Text Example

White with #D271C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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