Html Css Color HEX #C079BD Orchid

📋 copy color: '#C079BD'

red 192 ◦ green 121 ◦ blue 189

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

Shades of Orchid #C079BD

Tints of Orchid #C079BD

RGB

 RED value IS 192 (75.39% from 255) = 38.25%

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

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

R = 38.25%
G = 24.1%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C079BD (or 0xC079BD) is known color: Orchid. HEX triplet: C0, 79 and BD. RGB value is (192,121,189). Sum of RGB (Red+Green+Blue) = 192+121+189=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C079BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079BD is #3F8642. Grayscale: #959595. Windows color (decimal): -4163139 or 12417472. OLE color: 12417472.

HSL color Cylindrical-coordinate representation of color #C079BD: hue angle of 302.54º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C079BD is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 189 -
CMYK 0 0.37 0.02 0.25
HSL 302.54º 0.36% 0.61% -
HSV(B) 302.54º 0.37% 0.75% -
XYZ 37.76 28.56 51.67 -
YUV 149.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 192 121 189 0 0.37 0.02 0.25 302.54 0.36 0.61
Hex C0 79 BD 0 25 2 19 12F 24 3D
Octal 300 171 275 0 45 2 31 457 44 75
Binary 11000000 1111001 10111101 0 100101 10 11001 100101111 100100 111101

Color Harmonies of #C079BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079BD

Black with #C079BD

Text Example


Text Example

White with #C079BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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