Html Css Color HEX #DF78CC Orchid

📋 copy color: '#DF78CC'

red 223 ◦ green 120 ◦ blue 204

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

Shades of Orchid #DF78CC

Tints of Orchid #DF78CC

RGB

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

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

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

R = 40.77%
G = 21.94%
B = 37.29%

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

#DF78CC (or 0xDF78CC) is known color: Orchid. HEX triplet: DF, 78 and CC. RGB value is (223,120,204). Sum of RGB (Red+Green+Blue) = 223+120+204=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78CC is #208733. Grayscale: #A0A0A0. Windows color (decimal): -2131764 or 13400287. OLE color: 13400287.

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

Color convert

RGB 223 120 204 -
CMYK 0 0.46 0.09 0.13
HSL 311.07º 0.62% 0.67% -
HSV(B) 311.07º 0.46% 0.87% -
XYZ 48.05 33.48 61.06 -
YUV 160.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 223 120 204 0 0.46 0.09 0.13 311.07 0.62 0.67
Hex DF 78 CC 0 2E 9 D 137 3E 43
Octal 337 170 314 0 56 11 15 467 76 103
Binary 11011111 1111000 11001100 0 101110 1001 1101 100110111 111110 1000011

Color Harmonies of #DF78CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF78CC

Black with #DF78CC

Text Example


Text Example

White with #DF78CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF78CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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