Html Css Color HEX #C479C0 Orchid

📋 copy color: '#C479C0'

red 196 ◦ green 121 ◦ blue 192

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

Shades of Orchid #C479C0

Tints of Orchid #C479C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 38.51%
G = 23.77%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C479C0 (or 0xC479C0) is known color: Orchid. HEX triplet: C4, 79 and C0. RGB value is (196,121,192). Sum of RGB (Red+Green+Blue) = 196+121+192=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C479C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479C0 is #3B863F. Grayscale: #979797. Windows color (decimal): -3900992 or 12614084. OLE color: 12614084.

HSL color Cylindrical-coordinate representation of color #C479C0: hue angle of 303.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C479C0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 192 -
CMYK 0 0.38 0.02 0.23
HSL 303.2º 0.39% 0.62% -
HSV(B) 303.2º 0.38% 0.77% -
XYZ 39.12 29.22 53.45 -
YUV 151.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 196 121 192 0 0.38 0.02 0.23 303.2 0.39 0.62
Hex C4 79 C0 0 26 2 17 12F 27 3E
Octal 304 171 300 0 46 2 27 457 47 76
Binary 11000100 1111001 11000000 0 100110 10 10111 100101111 100111 111110

Color Harmonies of #C479C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479C0

Black with #C479C0

Text Example


Text Example

White with #C479C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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