Html Css Color HEX #C379CE Orchid

📋 copy color: '#C379CE'

red 195 ◦ green 121 ◦ blue 206

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

Shades of Orchid #C379CE

Tints of Orchid #C379CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 37.36%
G = 23.18%
B = 39.46%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C379CE (or 0xC379CE) is known color: Orchid. HEX triplet: C3, 79 and CE. RGB value is (195,121,206). Sum of RGB (Red+Green+Blue) = 195+121+206=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #C379CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379CE is #3C8631. Grayscale: #989898. Windows color (decimal): -3966514 or 13531587. OLE color: 13531587.

HSL color Cylindrical-coordinate representation of color #C379CE: hue angle of 292.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C379CE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 121 206 -
CMYK 0.05 0.41 0 0.19
HSL 292.24º 0.46% 0.64% -
HSV(B) 292.24º 0.41% 0.81% -
XYZ 40.48 29.73 62 -
YUV 152.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 195 121 206 0.05 0.41 0 0.19 292.24 0.46 0.64
Hex C3 79 CE 5 29 0 13 124 2E 40
Octal 303 171 316 5 51 0 23 444 56 100
Binary 11000011 1111001 11001110 101 101001 0 10011 100100100 101110 1000000

Color Harmonies of #C379CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379CE

Black with #C379CE

Text Example


Text Example

White with #C379CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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