Html Css Color HEX #C379C4 Orchid

📋 copy color: '#C379C4'

red 195 ◦ green 121 ◦ blue 196

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

Shades of Orchid #C379C4

Tints of Orchid #C379C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 38.09%
G = 23.63%
B = 38.28%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C379C4 (or 0xC379C4) is known color: Orchid. HEX triplet: C3, 79 and C4. RGB value is (195,121,196). Sum of RGB (Red+Green+Blue) = 195+121+196=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #C379C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379C4 is #3C863B. Grayscale: #979797. Windows color (decimal): -3966524 or 12876227. OLE color: 12876227.

HSL color Cylindrical-coordinate representation of color #C379C4: hue angle of 299.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C379C4 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 121 196 -
CMYK 0.01 0.38 0 0.23
HSL 299.2º 0.39% 0.62% -
HSV(B) 299.2º 0.38% 0.77% -
XYZ 39.31 29.26 55.8 -
YUV 151.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 195 121 196 0.01 0.38 0 0.23 299.2 0.39 0.62
Hex C3 79 C4 1 26 0 17 12B 27 3E
Octal 303 171 304 1 46 0 27 453 47 76
Binary 11000011 1111001 11000100 1 100110 0 10111 100101011 100111 111110

Color Harmonies of #C379C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379C4

Black with #C379C4

Text Example


Text Example

White with #C379C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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