Html Css Color HEX #C37AD5 Orchid

📋 copy color: '#C37AD5'

red 195 ◦ green 122 ◦ blue 213

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

Shades of Orchid #C37AD5

Tints of Orchid #C37AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 36.79%
G = 23.02%
B = 40.19%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C37AD5 (or 0xC37AD5) is known color: Orchid. HEX triplet: C3, 7A and D5. RGB value is (195,122,213). Sum of RGB (Red+Green+Blue) = 195+122+213=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #C37AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AD5 is #3C852A. Grayscale: #999999. Windows color (decimal): -3966251 or 13990595. OLE color: 13990595.

HSL color Cylindrical-coordinate representation of color #C37AD5: hue angle of 288.13º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37AD5 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 122 213 -
CMYK 0.08 0.43 0 0.16
HSL 288.13º 0.52% 0.66% -
HSV(B) 288.13º 0.43% 0.84% -
XYZ 41.48 30.33 66.62 -
YUV 154.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 195 122 213 0.08 0.43 0 0.16 288.13 0.52 0.66
Hex C3 7A D5 8 2B 0 10 120 34 42
Octal 303 172 325 10 53 0 20 440 64 102
Binary 11000011 1111010 11010101 1000 101011 0 10000 100100000 110100 1000010

Color Harmonies of #C37AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37AD5

Black with #C37AD5

Text Example


Text Example

White with #C37AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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