Html Css Color HEX #C37AE0 Orchid

📋 copy color: '#C37AE0'

red 195 ◦ green 122 ◦ blue 224

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

Shades of Orchid #C37AE0

Tints of Orchid #C37AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 36.04%
G = 22.55%
B = 41.4%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C37AE0 (or 0xC37AE0) is known color: Orchid. HEX triplet: C3, 7A and E0. RGB value is (195,122,224). Sum of RGB (Red+Green+Blue) = 195+122+224=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #C37AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AE0 is #3C851F. Grayscale: #9B9B9B. Windows color (decimal): -3966240 or 14711491. OLE color: 14711491.

HSL color Cylindrical-coordinate representation of color #C37AE0: hue angle of 282.94º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C37AE0 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 122 224 -
CMYK 0.13 0.46 0 0.12
HSL 282.94º 0.62% 0.68% -
HSV(B) 282.94º 0.46% 0.88% -
XYZ 42.92 30.9 74.22 -
YUV 155.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 195 122 224 0.13 0.46 0 0.12 282.94 0.62 0.68
Hex C3 7A E0 D 2E 0 C 11B 3E 44
Octal 303 172 340 15 56 0 14 433 76 104
Binary 11000011 1111010 11100000 1101 101110 0 1100 100011011 111110 1000100

Color Harmonies of #C37AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37AE0

Black with #C37AE0

Text Example


Text Example

White with #C37AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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