Html Css Color HEX #C379D0 Orchid

📋 copy color: '#C379D0'

red 195 ◦ green 121 ◦ blue 208

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

Shades of Orchid #C379D0

Tints of Orchid #C379D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 37.21%
G = 23.09%
B = 39.69%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C379D0 (or 0xC379D0) is known color: Orchid. HEX triplet: C3, 79 and D0. RGB value is (195,121,208). Sum of RGB (Red+Green+Blue) = 195+121+208=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #C379D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379D0 is #3C862F. Grayscale: #989898. Windows color (decimal): -3966512 or 13662659. OLE color: 13662659.

HSL color Cylindrical-coordinate representation of color #C379D0: hue angle of 291.03º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C379D0 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 121 208 -
CMYK 0.06 0.42 0 0.18
HSL 291.03º 0.48% 0.65% -
HSV(B) 291.03º 0.42% 0.82% -
XYZ 40.73 29.83 63.29 -
YUV 153.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 195 121 208 0.06 0.42 0 0.18 291.03 0.48 0.65
Hex C3 79 D0 6 2A 0 12 123 30 41
Octal 303 171 320 6 52 0 22 443 60 101
Binary 11000011 1111001 11010000 110 101010 0 10010 100100011 110000 1000001

Color Harmonies of #C379D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379D0

Black with #C379D0

Text Example


Text Example

White with #C379D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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