Html Css Color HEX #C379C2 Orchid

📋 copy color: '#C379C2'

red 195 ◦ green 121 ◦ blue 194

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

Shades of Orchid #C379C2

Tints of Orchid #C379C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 38.24%
G = 23.73%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C379C2 (or 0xC379C2) is known color: Orchid. HEX triplet: C3, 79 and C2. RGB value is (195,121,194). Sum of RGB (Red+Green+Blue) = 195+121+194=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C379C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379C2 is #3C863D. Grayscale: #979797. Windows color (decimal): -3966526 or 12745155. OLE color: 12745155.

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

Color convert

RGB 195 121 194 -
CMYK 0 0.38 0.01 0.24
HSL 300.81º 0.38% 0.62% -
HSV(B) 300.81º 0.38% 0.76% -
XYZ 39.08 29.17 54.61 -
YUV 151.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 195 121 194 0 0.38 0.01 0.24 300.81 0.38 0.62
Hex C3 79 C2 0 26 1 18 12D 26 3E
Octal 303 171 302 0 46 1 30 455 46 76
Binary 11000011 1111001 11000010 0 100110 1 11000 100101101 100110 111110

Color Harmonies of #C379C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379C2

Black with #C379C2

Text Example


Text Example

White with #C379C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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