Html Css Color HEX #C479DF Orchid

📋 copy color: '#C479DF'

red 196 ◦ green 121 ◦ blue 223

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

Shades of Orchid #C479DF

Tints of Orchid #C479DF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.41%

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

R = 36.3%
G = 22.41%
B = 41.3%

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

#C479DF (or 0xC479DF) is known color: Orchid. HEX triplet: C4, 79 and DF. RGB value is (196,121,223). Sum of RGB (Red+Green+Blue) = 196+121+223=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #C479DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479DF is #3B8620. Grayscale: #9A9A9A. Windows color (decimal): -3900961 or 14645700. OLE color: 14645700.

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

Color convert

RGB 196 121 223 -
CMYK 0.12 0.46 0 0.13
HSL 284.12º 0.61% 0.67% -
HSV(B) 284.12º 0.46% 0.87% -
XYZ 42.92 30.74 73.48 -
YUV 155.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 196 121 223 0.12 0.46 0 0.13 284.12 0.61 0.67
Hex C4 79 DF C 2E 0 D 11C 3D 43
Octal 304 171 337 14 56 0 15 434 75 103
Binary 11000100 1111001 11011111 1100 101110 0 1101 100011100 111101 1000011

Color Harmonies of #C479DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479DF

Black with #C479DF

Text Example


Text Example

White with #C479DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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