Html Css Color HEX #C37CBF Orchid

📋 copy color: '#C37CBF'

red 195 ◦ green 124 ◦ blue 191

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

Shades of Orchid #C37CBF

Tints of Orchid #C37CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.31%

 BLUE value IS 191 (75% from 255) = 37.45%

R = 38.24%
G = 24.31%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C37CBF (or 0xC37CBF) is known color: Orchid. HEX triplet: C3, 7C and BF. RGB value is (195,124,191). Sum of RGB (Red+Green+Blue) = 195+124+191=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CBF is #3C8340. Grayscale: #989898. Windows color (decimal): -3965761 or 12549315. OLE color: 12549315.

HSL color Cylindrical-coordinate representation of color #C37CBF: hue angle of 303.38º 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 #C37CBF is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 124 191 -
CMYK 0 0.36 0.02 0.24
HSL 303.38º 0.37% 0.63% -
HSV(B) 303.38º 0.36% 0.76% -
XYZ 39.12 29.78 52.98 -
YUV 152.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 195 124 191 0 0.36 0.02 0.24 303.38 0.37 0.63
Hex C3 7C BF 0 24 2 18 12F 25 3F
Octal 303 174 277 0 44 2 30 457 45 77
Binary 11000011 1111100 10111111 0 100100 10 11000 100101111 100101 111111

Color Harmonies of #C37CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37CBF

Black with #C37CBF

Text Example


Text Example

White with #C37CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37CBF; }

 p { color: rgb(195,124,191); }

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

background-color css

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

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

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

border-color css

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

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

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