Html Css Color HEX #C37CBD Orchid

📋 copy color: '#C37CBD'

red 195 ◦ green 124 ◦ blue 189

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

Shades of Orchid #C37CBD

Tints of Orchid #C37CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 38.39%
G = 24.41%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C37CBD (or 0xC37CBD) is known color: Orchid. HEX triplet: C3, 7C and BD. RGB value is (195,124,189). Sum of RGB (Red+Green+Blue) = 195+124+189=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CBD is #3C8342. Grayscale: #989898. Windows color (decimal): -3965763 or 12418243. OLE color: 12418243.

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

Color convert

RGB 195 124 189 -
CMYK 0 0.36 0.03 0.24
HSL 305.07º 0.37% 0.63% -
HSV(B) 305.07º 0.36% 0.76% -
XYZ 38.9 29.69 51.82 -
YUV 152.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 195 124 189 0 0.36 0.03 0.24 305.07 0.37 0.63
Hex C3 7C BD 0 24 3 18 131 25 3F
Octal 303 174 275 0 44 3 30 461 45 77
Binary 11000011 1111100 10111101 0 100100 11 11000 100110001 100101 111111

Color Harmonies of #C37CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37CBD

Black with #C37CBD

Text Example


Text Example

White with #C37CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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