Html Css Color HEX #D272C2 Orchid

📋 copy color: '#D272C2'

red 210 ◦ green 114 ◦ blue 194

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

Shades of Orchid #D272C2

Tints of Orchid #D272C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 40.54%
G = 22.01%
B = 37.45%

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

#D272C2 (or 0xD272C2) is known color: Orchid. HEX triplet: D2, 72 and C2. RGB value is (210,114,194). Sum of RGB (Red+Green+Blue) = 210+114+194=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D272C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272C2 is #2D8D3D. Grayscale: #979797. Windows color (decimal): -2985278 or 12743378. OLE color: 12743378.

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

Color convert

RGB 210 114 194 -
CMYK 0 0.46 0.08 0.18
HSL 310º 0.52% 0.64% -
HSV(B) 310º 0.46% 0.82% -
XYZ 42.33 29.63 54.53 -
YUV 151.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 210 114 194 0 0.46 0.08 0.18 310 0.52 0.64
Hex D2 72 C2 0 2E 8 12 136 34 40
Octal 322 162 302 0 56 10 22 466 64 100
Binary 11010010 1110010 11000010 0 101110 1000 10010 100110110 110100 1000000

Color Harmonies of #D272C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272C2

Black with #D272C2

Text Example


Text Example

White with #D272C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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