Html Css Color HEX #C478DF Orchid

📋 copy color: '#C478DF'

red 196 ◦ green 120 ◦ blue 223

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

Shades of Orchid #C478DF

Tints of Orchid #C478DF

RGB

 RED value IS 196 (76.95% from 255) = 36.36%

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 36.36%
G = 22.26%
B = 41.37%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C478DF (or 0xC478DF) is known color: Orchid. HEX triplet: C4, 78 and DF. RGB value is (196,120,223). Sum of RGB (Red+Green+Blue) = 196+120+223=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #C478DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478DF is #3B8720. Grayscale: #9A9A9A. Windows color (decimal): -3901217 or 14645444. OLE color: 14645444.

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

Color convert

RGB 196 120 223 -
CMYK 0.12 0.46 0 0.13
HSL 284.27º 0.62% 0.67% -
HSV(B) 284.27º 0.46% 0.87% -
XYZ 42.8 30.5 73.44 -
YUV 154.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 196 120 223 0.12 0.46 0 0.13 284.27 0.62 0.67
Hex C4 78 DF C 2E 0 D 11C 3E 43
Octal 304 170 337 14 56 0 15 434 76 103
Binary 11000100 1111000 11011111 1100 101110 0 1101 100011100 111110 1000011

Color Harmonies of #C478DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478DF

Black with #C478DF

Text Example


Text Example

White with #C478DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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