Html Css Color HEX #C479BD Orchid

📋 copy color: '#C479BD'

red 196 ◦ green 121 ◦ blue 189

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

Shades of Orchid #C479BD

Tints of Orchid #C479BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 38.74%
G = 23.91%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C479BD (or 0xC479BD) is known color: Orchid. HEX triplet: C4, 79 and BD. RGB value is (196,121,189). Sum of RGB (Red+Green+Blue) = 196+121+189=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C479BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479BD is #3B8642. Grayscale: #969696. Windows color (decimal): -3900995 or 12417476. OLE color: 12417476.

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

Color convert

RGB 196 121 189 -
CMYK 0 0.38 0.04 0.23
HSL 305.6º 0.39% 0.62% -
HSV(B) 305.6º 0.38% 0.77% -
XYZ 38.79 29.08 51.71 -
YUV 151.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 196 121 189 0 0.38 0.04 0.23 305.6 0.39 0.62
Hex C4 79 BD 0 26 4 17 132 27 3E
Octal 304 171 275 0 46 4 27 462 47 76
Binary 11000100 1111001 10111101 0 100110 100 10111 100110010 100111 111110

Color Harmonies of #C479BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479BD

Black with #C479BD

Text Example


Text Example

White with #C479BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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