Html Css Color HEX #D272C7 Orchid

📋 copy color: '#D272C7'

red 210 ◦ green 114 ◦ blue 199

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

Shades of Orchid #D272C7

Tints of Orchid #D272C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.05%

R = 40.15%
G = 21.8%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D272C7 (or 0xD272C7) is known color: Orchid. HEX triplet: D2, 72 and C7. RGB value is (210,114,199). Sum of RGB (Red+Green+Blue) = 210+114+199=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D272C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272C7 is #2D8D38. Grayscale: #989898. Windows color (decimal): -2985273 or 13071058. OLE color: 13071058.

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

Color convert

RGB 210 114 199 -
CMYK 0 0.46 0.05 0.18
HSL 306.88º 0.52% 0.64% -
HSV(B) 306.88º 0.46% 0.82% -
XYZ 42.9 29.86 57.54 -
YUV 152.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 210 114 199 0 0.46 0.05 0.18 306.88 0.52 0.64
Hex D2 72 C7 0 2E 5 12 133 34 40
Octal 322 162 307 0 56 5 22 463 64 100
Binary 11010010 1110010 11000111 0 101110 101 10010 100110011 110100 1000000

Color Harmonies of #D272C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272C7

Black with #D272C7

Text Example


Text Example

White with #D272C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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