Html Css Color HEX #C379C9 Orchid

📋 copy color: '#C379C9'

red 195 ◦ green 121 ◦ blue 201

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

Shades of Orchid #C379C9

Tints of Orchid #C379C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 37.72%
G = 23.4%
B = 38.88%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C379C9 (or 0xC379C9) is known color: Orchid. HEX triplet: C3, 79 and C9. RGB value is (195,121,201). Sum of RGB (Red+Green+Blue) = 195+121+201=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #C379C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379C9 is #3C8636. Grayscale: #989898. Windows color (decimal): -3966519 or 13203907. OLE color: 13203907.

HSL color Cylindrical-coordinate representation of color #C379C9: hue angle of 295.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C379C9 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 121 201 -
CMYK 0.03 0.40 0 0.21
HSL 295.5º 0.43% 0.63% -
HSV(B) 295.5º 0.4% 0.79% -
XYZ 39.89 29.49 58.85 -
YUV 152.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 195 121 201 0.03 0.40 0 0.21 295.5 0.43 0.63
Hex C3 79 C9 3 28 0 15 128 2B 3F
Octal 303 171 311 3 50 0 25 450 53 77
Binary 11000011 1111001 11001001 11 101000 0 10101 100101000 101011 111111

Color Harmonies of #C379C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379C9

Black with #C379C9

Text Example


Text Example

White with #C379C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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