Html Css Color HEX #C379BF Orchid

📋 copy color: '#C379BF'

red 195 ◦ green 121 ◦ blue 191

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

Shades of Orchid #C379BF

Tints of Orchid #C379BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.67%

R = 38.46%
G = 23.87%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C379BF (or 0xC379BF) is known color: Orchid. HEX triplet: C3, 79 and BF. RGB value is (195,121,191). Sum of RGB (Red+Green+Blue) = 195+121+191=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C379BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379BF is #3C8640. Grayscale: #969696. Windows color (decimal): -3966529 or 12548547. OLE color: 12548547.

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

Color convert

RGB 195 121 191 -
CMYK 0 0.38 0.02 0.24
HSL 303.24º 0.38% 0.62% -
HSV(B) 303.24º 0.38% 0.76% -
XYZ 38.75 29.04 52.85 -
YUV 151.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 195 121 191 0 0.38 0.02 0.24 303.24 0.38 0.62
Hex C3 79 BF 0 26 2 18 12F 26 3E
Octal 303 171 277 0 46 2 30 457 46 76
Binary 11000011 1111001 10111111 0 100110 10 11000 100101111 100110 111110

Color Harmonies of #C379BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379BF

Black with #C379BF

Text Example


Text Example

White with #C379BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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