Html Css Color HEX #D272C1 Orchid

📋 copy color: '#D272C1'

red 210 ◦ green 114 ◦ blue 193

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

Shades of Orchid #D272C1

Tints of Orchid #D272C1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.05%

 BLUE value IS 193 (75.78% from 255) = 37.33%

R = 40.62%
G = 22.05%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D272C1 (or 0xD272C1) is known color: Orchid. HEX triplet: D2, 72 and C1. RGB value is (210,114,193). Sum of RGB (Red+Green+Blue) = 210+114+193=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D272C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272C1 is #2D8D3E. Grayscale: #979797. Windows color (decimal): -2985279 or 12677842. OLE color: 12677842.

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

Color convert

RGB 210 114 193 -
CMYK 0 0.46 0.08 0.18
HSL 310.63º 0.52% 0.64% -
HSV(B) 310.63º 0.46% 0.82% -
XYZ 42.22 29.59 53.94 -
YUV 151.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 210 114 193 0 0.46 0.08 0.18 310.63 0.52 0.64
Hex D2 72 C1 0 2E 8 12 137 34 40
Octal 322 162 301 0 56 10 22 467 64 100
Binary 11010010 1110010 11000001 0 101110 1000 10010 100110111 110100 1000000

Color Harmonies of #D272C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272C1

Black with #D272C1

Text Example


Text Example

White with #D272C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272C1; }

 p { color: rgb(210,114,193); }

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

background-color css

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

 a { background-color: rgb(210,114,193); }

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

border-color css

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

 span { border-color: rgb(210,114,193); }

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