Html Css Color HEX #DF72C2 Orchid

📋 copy color: '#DF72C2'

red 223 ◦ green 114 ◦ blue 194

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

Shades of Orchid #DF72C2

Tints of Orchid #DF72C2

RGB

 RED value IS 223 (87.5% from 255) = 42%

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

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

R = 42%
G = 21.47%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF72C2 (or 0xDF72C2) is known color: Orchid. HEX triplet: DF, 72 and C2. RGB value is (223,114,194). Sum of RGB (Red+Green+Blue) = 223+114+194=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72C2 is #208D3D. Grayscale: #9B9B9B. Windows color (decimal): -2133310 or 12743391. OLE color: 12743391.

HSL color Cylindrical-coordinate representation of color #DF72C2: hue angle of 315.96º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF72C2 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 114 194 -
CMYK 0 0.49 0.13 0.13
HSL 315.96º 0.63% 0.66% -
HSV(B) 315.96º 0.49% 0.87% -
XYZ 46.19 31.62 54.71 -
YUV 155.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 223 114 194 0 0.49 0.13 0.13 315.96 0.63 0.66
Hex DF 72 C2 0 31 D D 13C 3F 42
Octal 337 162 302 0 61 15 15 474 77 102
Binary 11011111 1110010 11000010 0 110001 1101 1101 100111100 111111 1000010

Color Harmonies of #DF72C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72C2

Black with #DF72C2

Text Example


Text Example

White with #DF72C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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