Html Css Color HEX #C37DC3 Orchid

📋 copy color: '#C37DC3'

red 195 ◦ green 125 ◦ blue 195

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

Shades of Orchid #C37DC3

Tints of Orchid #C37DC3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.27%

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 37.86%
G = 24.27%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C37DC3 (or 0xC37DC3) is known color: Orchid. HEX triplet: C3, 7D and C3. RGB value is (195,125,195). Sum of RGB (Red+Green+Blue) = 195+125+195=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C37DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DC3 is #3C823C. Grayscale: #999999. Windows color (decimal): -3965501 or 12811715. OLE color: 12811715.

HSL color Cylindrical-coordinate representation of color #C37DC3: hue angle of 300º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37DC3 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 125 195 -
CMYK 0 0.36 0 0.24
HSL 300º 0.37% 0.63% -
HSV(B) 300º 0.36% 0.76% -
XYZ 39.69 30.21 55.37 -
YUV 153.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 195 125 195 0 0.36 0 0.24 300 0.37 0.63
Hex C3 7D C3 0 24 0 18 12C 25 3F
Octal 303 175 303 0 44 0 30 454 45 77
Binary 11000011 1111101 11000011 0 100100 0 11000 100101100 100101 111111

Color Harmonies of #C37DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DC3

Black with #C37DC3

Text Example


Text Example

White with #C37DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DC3; }

 p { color: rgb(195,125,195); }

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

background-color css

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

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

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

border-color css

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

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

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