Html Css Color HEX #C37ACE Orchid

📋 copy color: '#C37ACE'

red 195 ◦ green 122 ◦ blue 206

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

Shades of Orchid #C37ACE

Tints of Orchid #C37ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.33%

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

R = 37.28%
G = 23.33%
B = 39.39%

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

#C37ACE (or 0xC37ACE) is known color: Orchid. HEX triplet: C3, 7A and CE. RGB value is (195,122,206). Sum of RGB (Red+Green+Blue) = 195+122+206=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #C37ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ACE is #3C8531. Grayscale: #999999. Windows color (decimal): -3966258 or 13531843. OLE color: 13531843.

HSL color Cylindrical-coordinate representation of color #C37ACE: hue angle of 292.14º 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 #C37ACE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 122 206 -
CMYK 0.05 0.41 0 0.19
HSL 292.14º 0.46% 0.64% -
HSV(B) 292.14º 0.41% 0.81% -
XYZ 40.61 29.98 62.04 -
YUV 153.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 195 122 206 0.05 0.41 0 0.19 292.14 0.46 0.64
Hex C3 7A CE 5 29 0 13 124 2E 40
Octal 303 172 316 5 51 0 23 444 56 100
Binary 11000011 1111010 11001110 101 101001 0 10011 100100100 101110 1000000

Color Harmonies of #C37ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37ACE

Black with #C37ACE

Text Example


Text Example

White with #C37ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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