Html Css Color HEX #DF77CC Orchid

📋 copy color: '#DF77CC'

red 223 ◦ green 119 ◦ blue 204

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

Shades of Orchid #DF77CC

Tints of Orchid #DF77CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.79%

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 40.84%
G = 21.79%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF77CC (or 0xDF77CC) is known color: Orchid. HEX triplet: DF, 77 and CC. RGB value is (223,119,204). Sum of RGB (Red+Green+Blue) = 223+119+204=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77CC is #208833. Grayscale: #9F9F9F. Windows color (decimal): -2132020 or 13400031. OLE color: 13400031.

HSL color Cylindrical-coordinate representation of color #DF77CC: hue angle of 310.96º 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 #DF77CC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 204 -
CMYK 0 0.47 0.09 0.13
HSL 310.96º 0.62% 0.67% -
HSV(B) 310.96º 0.47% 0.87% -
XYZ 47.93 33.24 61.02 -
YUV 159.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 223 119 204 0 0.47 0.09 0.13 310.96 0.62 0.67
Hex DF 77 CC 0 2F 9 D 137 3E 43
Octal 337 167 314 0 57 11 15 467 76 103
Binary 11011111 1110111 11001100 0 101111 1001 1101 100110111 111110 1000011

Color Harmonies of #DF77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77CC

Black with #DF77CC

Text Example


Text Example

White with #DF77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77CC; }

 p { color: rgb(223,119,204); }

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

background-color css

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

 a { background-color: rgb(223,119,204); }

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

border-color css

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

 span { border-color: rgb(223,119,204); }

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