Html Css Color HEX #C379C3 Orchid

📋 copy color: '#C379C3'

red 195 ◦ green 121 ◦ blue 195

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

Shades of Orchid #C379C3

Tints of Orchid #C379C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 38.16%
G = 23.68%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C379C3 (or 0xC379C3) is known color: Orchid. HEX triplet: C3, 79 and C3. RGB value is (195,121,195). Sum of RGB (Red+Green+Blue) = 195+121+195=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C379C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379C3 is #3C863C. Grayscale: #979797. Windows color (decimal): -3966525 or 12810691. OLE color: 12810691.

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

Color convert

RGB 195 121 195 -
CMYK 0 0.38 0 0.24
HSL 300º 0.38% 0.62% -
HSV(B) 300º 0.38% 0.76% -
XYZ 39.19 29.22 55.2 -
YUV 151.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 195 121 195 0 0.38 0 0.24 300 0.38 0.62
Hex C3 79 C3 0 26 0 18 12C 26 3E
Octal 303 171 303 0 46 0 30 454 46 76
Binary 11000011 1111001 11000011 0 100110 0 11000 100101100 100110 111110

Color Harmonies of #C379C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379C3

Black with #C379C3

Text Example


Text Example

White with #C379C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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