Html Css Color HEX #D272C6 Orchid

📋 copy color: '#D272C6'

red 210 ◦ green 114 ◦ blue 198

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

Shades of Orchid #D272C6

Tints of Orchid #D272C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 40.23%
G = 21.84%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D272C6 (or 0xD272C6) is known color: Orchid. HEX triplet: D2, 72 and C6. RGB value is (210,114,198). Sum of RGB (Red+Green+Blue) = 210+114+198=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D272C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272C6 is #2D8D39. Grayscale: #989898. Windows color (decimal): -2985274 or 13005522. OLE color: 13005522.

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

Color convert

RGB 210 114 198 -
CMYK 0 0.46 0.06 0.18
HSL 307.5º 0.52% 0.64% -
HSV(B) 307.5º 0.46% 0.82% -
XYZ 42.79 29.81 56.93 -
YUV 152.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 210 114 198 0 0.46 0.06 0.18 307.5 0.52 0.64
Hex D2 72 C6 0 2E 6 12 134 34 40
Octal 322 162 306 0 56 6 22 464 64 100
Binary 11010010 1110010 11000110 0 101110 110 10010 100110100 110100 1000000

Color Harmonies of #D272C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272C6

Black with #D272C6

Text Example


Text Example

White with #D272C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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