Html Css Color HEX #C479BB Orchid

📋 copy color: '#C479BB'

red 196 ◦ green 121 ◦ blue 187

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

Shades of Orchid #C479BB

Tints of Orchid #C479BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 38.89%
G = 24.01%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C479BB (or 0xC479BB) is known color: Orchid. HEX triplet: C4, 79 and BB. RGB value is (196,121,187). Sum of RGB (Red+Green+Blue) = 196+121+187=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C479BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479BB is #3B8644. Grayscale: #969696. Windows color (decimal): -3900997 or 12286404. OLE color: 12286404.

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

Color convert

RGB 196 121 187 -
CMYK 0 0.38 0.05 0.23
HSL 307.2º 0.39% 0.62% -
HSV(B) 307.2º 0.38% 0.77% -
XYZ 38.57 29 50.58 -
YUV 150.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 196 121 187 0 0.38 0.05 0.23 307.2 0.39 0.62
Hex C4 79 BB 0 26 5 17 133 27 3E
Octal 304 171 273 0 46 5 27 463 47 76
Binary 11000100 1111001 10111011 0 100110 101 10111 100110011 100111 111110

Color Harmonies of #C479BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479BB

Black with #C479BB

Text Example


Text Example

White with #C479BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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