Html Css Color HEX #DF76CD Orchid

📋 copy color: '#DF76CD'

red 223 ◦ green 118 ◦ blue 205

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

Shades of Orchid #DF76CD

Tints of Orchid #DF76CD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.61%

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 40.84%
G = 21.61%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF76CD (or 0xDF76CD) is known color: Orchid. HEX triplet: DF, 76 and CD. RGB value is (223,118,205). Sum of RGB (Red+Green+Blue) = 223+118+205=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76CD is #208932. Grayscale: #9F9F9F. Windows color (decimal): -2132275 or 13465311. OLE color: 13465311.

HSL color Cylindrical-coordinate representation of color #DF76CD: hue angle of 310.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF76CD is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 118 205 -
CMYK 0 0.47 0.08 0.13
HSL 310.29º 0.62% 0.67% -
HSV(B) 310.29º 0.47% 0.87% -
XYZ 47.93 33.05 61.61 -
YUV 159.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 223 118 205 0 0.47 0.08 0.13 310.29 0.62 0.67
Hex DF 76 CD 0 2F 8 D 136 3E 43
Octal 337 166 315 0 57 10 15 466 76 103
Binary 11011111 1110110 11001101 0 101111 1000 1101 100110110 111110 1000011

Color Harmonies of #DF76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76CD

Black with #DF76CD

Text Example


Text Example

White with #DF76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76CD; }

 p { color: rgb(223,118,205); }

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

background-color css

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

 a { background-color: rgb(223,118,205); }

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

border-color css

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

 span { border-color: rgb(223,118,205); }

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