Html Css Color HEX #C279BC Orchid

📋 copy color: '#C279BC'

red 194 ◦ green 121 ◦ blue 188

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

Shades of Orchid #C279BC

Tints of Orchid #C279BC

RGB

 RED value IS 194 (76.17% from 255) = 38.57%

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

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 38.57%
G = 24.06%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C279BC (or 0xC279BC) is known color: Orchid. HEX triplet: C2, 79 and BC. RGB value is (194,121,188). Sum of RGB (Red+Green+Blue) = 194+121+188=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C279BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279BC is #3D8643. Grayscale: #969696. Windows color (decimal): -4032068 or 12351938. OLE color: 12351938.

HSL color Cylindrical-coordinate representation of color #C279BC: hue angle of 304.93º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C279BC is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 121 188 -
CMYK 0 0.38 0.03 0.24
HSL 304.93º 0.37% 0.62% -
HSV(B) 304.93º 0.38% 0.76% -
XYZ 38.16 28.77 51.12 -
YUV 150.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 194 121 188 0 0.38 0.03 0.24 304.93 0.37 0.62
Hex C2 79 BC 0 26 3 18 131 25 3E
Octal 302 171 274 0 46 3 30 461 45 76
Binary 11000010 1111001 10111100 0 100110 11 11000 100110001 100101 111110

Color Harmonies of #C279BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279BC

Black with #C279BC

Text Example


Text Example

White with #C279BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279BC; }

 p { color: rgb(194,121,188); }

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

background-color css

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

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

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

border-color css

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

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

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