Html Css Color HEX #DF77CB Orchid

📋 copy color: '#DF77CB'

red 223 ◦ green 119 ◦ blue 203

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

Shades of Orchid #DF77CB

Tints of Orchid #DF77CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.25%

R = 40.92%
G = 21.83%
B = 37.25%

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

#DF77CB (or 0xDF77CB) is known color: Orchid. HEX triplet: DF, 77 and CB. RGB value is (223,119,203). Sum of RGB (Red+Green+Blue) = 223+119+203=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77CB is #208834. Grayscale: #9F9F9F. Windows color (decimal): -2132021 or 13334495. OLE color: 13334495.

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

Color convert

RGB 223 119 203 -
CMYK 0 0.47 0.09 0.13
HSL 311.54º 0.62% 0.67% -
HSV(B) 311.54º 0.47% 0.87% -
XYZ 47.81 33.19 60.39 -
YUV 159.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 223 119 203 0 0.47 0.09 0.13 311.54 0.62 0.67
Hex DF 77 CB 0 2F 9 D 138 3E 43
Octal 337 167 313 0 57 11 15 470 76 103
Binary 11011111 1110111 11001011 0 101111 1001 1101 100111000 111110 1000011

Color Harmonies of #DF77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77CB

Black with #DF77CB

Text Example


Text Example

White with #DF77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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