Html Css Color HEX #C379E0 Orchid

📋 copy color: '#C379E0'

red 195 ◦ green 121 ◦ blue 224

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

Shades of Orchid #C379E0

Tints of Orchid #C379E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 36.11%
G = 22.41%
B = 41.48%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C379E0 (or 0xC379E0) is known color: Orchid. HEX triplet: C3, 79 and E0. RGB value is (195,121,224). Sum of RGB (Red+Green+Blue) = 195+121+224=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #C379E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379E0 is #3C861F. Grayscale: #9A9A9A. Windows color (decimal): -3966496 or 14711235. OLE color: 14711235.

HSL color Cylindrical-coordinate representation of color #C379E0: hue angle of 283.11º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C379E0 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 121 224 -
CMYK 0.13 0.46 0 0.12
HSL 283.11º 0.62% 0.68% -
HSV(B) 283.11º 0.46% 0.88% -
XYZ 42.8 30.66 74.18 -
YUV 154.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 195 121 224 0.13 0.46 0 0.12 283.11 0.62 0.68
Hex C3 79 E0 D 2E 0 C 11B 3E 44
Octal 303 171 340 15 56 0 14 433 76 104
Binary 11000011 1111001 11100000 1101 101110 0 1100 100011011 111110 1000100

Color Harmonies of #C379E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379E0

Black with #C379E0

Text Example


Text Example

White with #C379E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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