Html Css Color HEX #C479BF Orchid

📋 copy color: '#C479BF'

red 196 ◦ green 121 ◦ blue 191

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

Shades of Orchid #C479BF

Tints of Orchid #C479BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.6%

R = 38.58%
G = 23.82%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C479BF (or 0xC479BF) is known color: Orchid. HEX triplet: C4, 79 and BF. RGB value is (196,121,191). Sum of RGB (Red+Green+Blue) = 196+121+191=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C479BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479BF is #3B8640. Grayscale: #979797. Windows color (decimal): -3900993 or 12548548. OLE color: 12548548.

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

Color convert

RGB 196 121 191 -
CMYK 0 0.38 0.03 0.23
HSL 304º 0.39% 0.62% -
HSV(B) 304º 0.38% 0.77% -
XYZ 39.01 29.17 52.87 -
YUV 151.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 196 121 191 0 0.38 0.03 0.23 304 0.39 0.62
Hex C4 79 BF 0 26 3 17 130 27 3E
Octal 304 171 277 0 46 3 27 460 47 76
Binary 11000100 1111001 10111111 0 100110 11 10111 100110000 100111 111110

Color Harmonies of #C479BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479BF

Black with #C479BF

Text Example


Text Example

White with #C479BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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