Html Css Color HEX #C379BE Orchid

📋 copy color: '#C379BE'

red 195 ◦ green 121 ◦ blue 190

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

Shades of Orchid #C379BE

Tints of Orchid #C379BE

RGB

 RED value IS 195 (76.56% from 255) = 38.54%

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 38.54%
G = 23.91%
B = 37.55%

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

#C379BE (or 0xC379BE) is known color: Orchid. HEX triplet: C3, 79 and BE. RGB value is (195,121,190). Sum of RGB (Red+Green+Blue) = 195+121+190=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C379BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379BE is #3C8641. Grayscale: #969696. Windows color (decimal): -3966530 or 12483011. OLE color: 12483011.

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

Color convert

RGB 195 121 190 -
CMYK 0 0.38 0.03 0.24
HSL 304.05º 0.38% 0.62% -
HSV(B) 304.05º 0.38% 0.76% -
XYZ 38.64 28.99 52.28 -
YUV 150.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 195 121 190 0 0.38 0.03 0.24 304.05 0.38 0.62
Hex C3 79 BE 0 26 3 18 130 26 3E
Octal 303 171 276 0 46 3 30 460 46 76
Binary 11000011 1111001 10111110 0 100110 11 11000 100110000 100110 111110

Color Harmonies of #C379BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379BE

Black with #C379BE

Text Example


Text Example

White with #C379BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379BE; }

 p { color: rgb(195,121,190); }

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

background-color css

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

 a { background-color: rgb(195,121,190); }

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

border-color css

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

 span { border-color: rgb(195,121,190); }

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