Html Css Color HEX #C479C4 Orchid

📋 copy color: '#C479C4'

red 196 ◦ green 121 ◦ blue 196

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

Shades of Orchid #C479C4

Tints of Orchid #C479C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.21%

R = 38.21%
G = 23.59%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C479C4 (or 0xC479C4) is known color: Orchid. HEX triplet: C4, 79 and C4. RGB value is (196,121,196). Sum of RGB (Red+Green+Blue) = 196+121+196=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C479C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479C4 is #3B863B. Grayscale: #979797. Windows color (decimal): -3900988 or 12876228. OLE color: 12876228.

HSL color Cylindrical-coordinate representation of color #C479C4: hue angle of 300º 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 #C479C4 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 196 -
CMYK 0 0.38 0 0.23
HSL 300º 0.39% 0.62% -
HSV(B) 300º 0.38% 0.77% -
XYZ 39.57 29.4 55.81 -
YUV 151.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 196 121 196 0 0.38 0 0.23 300 0.39 0.62
Hex C4 79 C4 0 26 0 17 12C 27 3E
Octal 304 171 304 0 46 0 27 454 47 76
Binary 11000100 1111001 11000100 0 100110 0 10111 100101100 100111 111110

Color Harmonies of #C479C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479C4

Black with #C479C4

Text Example


Text Example

White with #C479C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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