Html Css Color HEX #DF78CB Orchid

📋 copy color: '#DF78CB'

red 223 ◦ green 120 ◦ blue 203

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

Shades of Orchid #DF78CB

Tints of Orchid #DF78CB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.98%

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

R = 40.84%
G = 21.98%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF78CB (or 0xDF78CB) is known color: Orchid. HEX triplet: DF, 78 and CB. RGB value is (223,120,203). Sum of RGB (Red+Green+Blue) = 223+120+203=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78CB is #208734. Grayscale: #A0A0A0. Windows color (decimal): -2131765 or 13334751. OLE color: 13334751.

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

Color convert

RGB 223 120 203 -
CMYK 0 0.46 0.09 0.13
HSL 311.65º 0.62% 0.67% -
HSV(B) 311.65º 0.46% 0.87% -
XYZ 47.93 33.43 60.43 -
YUV 160.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 223 120 203 0 0.46 0.09 0.13 311.65 0.62 0.67
Hex DF 78 CB 0 2E 9 D 138 3E 43
Octal 337 170 313 0 56 11 15 470 76 103
Binary 11011111 1111000 11001011 0 101110 1001 1101 100111000 111110 1000011

Color Harmonies of #DF78CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF78CB

Black with #DF78CB

Text Example


Text Example

White with #DF78CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF78CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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