Html Css Color HEX #C379CF Orchid

📋 copy color: '#C379CF'

red 195 ◦ green 121 ◦ blue 207

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

Shades of Orchid #C379CF

Tints of Orchid #C379CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 37.28%
G = 23.14%
B = 39.58%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C379CF (or 0xC379CF) is known color: Orchid. HEX triplet: C3, 79 and CF. RGB value is (195,121,207). Sum of RGB (Red+Green+Blue) = 195+121+207=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #C379CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379CF is #3C8630. Grayscale: #989898. Windows color (decimal): -3966513 or 13597123. OLE color: 13597123.

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

Color convert

RGB 195 121 207 -
CMYK 0.06 0.42 0 0.19
HSL 291.63º 0.47% 0.64% -
HSV(B) 291.63º 0.42% 0.81% -
XYZ 40.61 29.78 62.64 -
YUV 152.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 195 121 207 0.06 0.42 0 0.19 291.63 0.47 0.64
Hex C3 79 CF 6 2A 0 13 124 2F 40
Octal 303 171 317 6 52 0 23 444 57 100
Binary 11000011 1111001 11001111 110 101010 0 10011 100100100 101111 1000000

Color Harmonies of #C379CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379CF

Black with #C379CF

Text Example


Text Example

White with #C379CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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