Html Css Color HEX #C379D6 Orchid

📋 copy color: '#C379D6'

red 195 ◦ green 121 ◦ blue 214

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

Shades of Orchid #C379D6

Tints of Orchid #C379D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.38%

R = 36.79%
G = 22.83%
B = 40.38%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C379D6 (or 0xC379D6) is known color: Orchid. HEX triplet: C3, 79 and D6. RGB value is (195,121,214). Sum of RGB (Red+Green+Blue) = 195+121+214=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #C379D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379D6 is #3C8629. Grayscale: #999999. Windows color (decimal): -3966506 or 14055875. OLE color: 14055875.

HSL color Cylindrical-coordinate representation of color #C379D6: hue angle of 287.74º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C379D6 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 121 214 -
CMYK 0.09 0.43 0 0.16
HSL 287.74º 0.53% 0.66% -
HSV(B) 287.74º 0.43% 0.84% -
XYZ 41.48 30.13 67.25 -
YUV 153.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 195 121 214 0.09 0.43 0 0.16 287.74 0.53 0.66
Hex C3 79 D6 9 2B 0 10 120 35 42
Octal 303 171 326 11 53 0 20 440 65 102
Binary 11000011 1111001 11010110 1001 101011 0 10000 100100000 110101 1000010

Color Harmonies of #C379D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379D6

Black with #C379D6

Text Example


Text Example

White with #C379D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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